Comment 4 for bug 1554727

Revision history for this message
Tony Dunbar (adunbar) wrote :

Hi Gordon

I installed devstack by cloning, not finding the collector therefore using rpm:

$ rpm -qi openstack-ceilometer-collector
package openstack-ceilometer-collector is not installed

When I execute ceilometer against my local devstack installation the limit argument seems to work. The problem I'm seeing is when I run against a remote openstack installation. Using an openrc to point to the remote system and the CLI or using the the keystone auth and session clients in python to connect to the remote system and then using the ceilometer python clinic is when I hit the problem.

Could the issue be the remote system is at a different level of ceilometer and limit isn't supported there?