Re: [openstack-dev] [ceilometer] ceilometer Floatingip Pollster change

2016-01-20 Thread Pradeep Kilambi
On Wed, Jan 20, 2016 at 3:27 PM, gord chung wrote: > i guess i should probably add that the current pollster doesn't work > because of limitation in nova api[1]. > if we want to support discovery of whether nova-network or neutron is > used, the existing pollster and nova-api still needs to be fi

Re: [openstack-dev] [ceilometer] ceilometer Floatingip Pollster change

2016-01-20 Thread gord chung
i guess i should probably add that the current pollster doesn't work because of limitation in nova api[1]. if we want to support discovery of whether nova-network or neutron is used, the existing pollster and nova-api still needs to be fixed. [1] https://bugs.launchpad.net/ceilometer/+bug/13464

[openstack-dev] [ceilometer] ceilometer Floatingip Pollster change

2016-01-19 Thread Pradeep Kilambi
Ceilometer floatingip pollster currently polls the nova api to get the floating ip info periodically. But due to limitations in the nova api as listed in this bug[1], the data ceilometer receives isn't all that useful. Nova doesn't return this info for all tenants. There has been some work in juno