ceilometer/releasenotes/notes/fix-floatingip-pollster-f5172060c626b19e.yaml
Pradeep Kilambi 1f9f4e1072 Fix ceilometer floatingip pollster
The existing floatingip pollster talks to nova api
to get the floatingip data. There are limitations
in nova api wrt returning this info for all the tenants
as stated in the bug#1402514. This patch changes
the pollster to use the neutron api to get this
data instead.

Considering this is a network related pollster and in most
cases network networking manages the floating ips now,
it makes sense to get this data from neutron.

Closes-Bug: #1536338

Change-Id: I372e3a85b34f90ff9aba842d9598b468f90fe94f
2016-01-21 17:37:22 -05:00

10 lines
394 B
YAML

---
fixes:
- >
[`bug 1536338 <https://bugs.launchpad.net/ceilometer/+bug/1536338>`_]
Patch was added to fix the broken floatingip pollster
that polled data from nova api, but since the nova api
filtered the data by tenant, ceilometer was not getting
any data back. The fix changes the pollster to use the
neutron api instead to get the floating ip info.