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
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
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