Comment 1 for bug 1536338

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/269369
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=1f9f4e1072a5e5037b93734bafcc65e4211eb19f
Submitter: Jenkins
Branch: master

commit 1f9f4e1072a5e5037b93734bafcc65e4211eb19f
Author: Pradeep Kilambi <email address hidden>
Date: Mon Jan 18 18:38:00 2016 -0500

    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