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 ceilometer central agent pull and pubulish floatingip samples or other types of samples .but it cannot get valid samples of floatingip. openstack. compute. contrib. floating_ ips.FloatingIPC ontroller, this API get floatingips filtered by context.project_id.
The reason is ceilometer floatingip poster call nova API "list" metod of nova.api.
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/