Comment 0 for bug 1262124

Revision history for this message
Liusheng (liusheng) wrote : Ceilometer cannot poll and pubulish floatingip samples

The ceilometer central agent pull and pubulish floatingip samples or other types of samples .but it cannot get valid samples of floatingip.
The reason is ceilometer floatingip poster call nova API "list" metod of nova.api.openstack.compute.contrib.floating_ips.FloatingIPController, this API get floatingips filtered by context.project_id.

The current context.project_id is the id of tenant "service".So,the result is {"floatingips": []}

the logs of nova-api-os-compute is:

http://paste.openstack.org/show/55285/