ceilometer cli client install help
good afternoon, i have a running kolla-ansible openstack all-in-one cluster, so far so good (zed version based on ubuntu). i have installed ceilometer, and then i am trying to use this command to show metrics, but seems i cannot find the right command option, what am i missing? " (my-virt-env) marcello@mg-ostack-119:~$ openstack metric resource list openstack: 'metric resource list' is not an openstack command. See 'openstack --help'. Did you mean one of these? service create service delete service list service provider create service provider delete service provider list service provider set service provider show service set service show " thank you.
Hey there, Ceilometer does not have an API or CLI for a long-long time now. You should use CLI commands for metrics destinations (like Gnocchi) instead. чт, 28 дек. 2023 г. в 16:48, garcetto <garcetto@gmail.com>:
good afternoon, i have a running kolla-ansible openstack all-in-one cluster, so far so good (zed version based on ubuntu). i have installed ceilometer, and then i am trying to use this command to show metrics, but seems i cannot find the right command option, what am i missing?
" (my-virt-env) marcello@mg-ostack-119:~$ openstack metric resource list openstack: 'metric resource list' is not an openstack command. See 'openstack --help'. Did you mean one of these? service create service delete service list service provider create service provider delete service provider list service provider set service provider show service set service show "
thank you.
It seems that you have not gnocchi plugin on OSP All-In-One. Also your OSP has not correct openstack client version or you needed the install the gnocchi plugin correctly. Please check gnocchi plugin if installed.. Here is the cli’s ; • openstack plugin list and check for gnocchi in the output any issues.. or try it; • pip install python-gnocchiclient. Kerem Çeliker
participants (3)
-
Dmitriy Rabotyagov
-
garcetto
-
KEREM CELIKER