When getting floatingips with Nova API, the results will be filtered
with the 'tenant_id'.
So, we can only get the floatingips belonging to the tenant of the current
context.
When ceilometer invokes novaclient to list floatingips, it will get an
empty list because the tenant is 'service'.
we should allow an admin user to index all tenants's floatingip by adding a
parameter 'all_tenants'.
This patch provides CLI support
Reviewed: https:/ /review. openstack. org/83660 /git.openstack. org/cgit/ openstack/ python- novaclient/ commit/ ?id=02328d33373 479b33f4fee8112 d47c1ae29e8bd4
Committed: https:/
Submitter: Jenkins
Branch: master
commit 02328d33373479b 33f4fee8112d47c 1ae29e8bd4
Author: liu-sheng <email address hidden>
Date: Fri Mar 28 11:32:39 2014 +0800
Allow admin user to get all tenant's floating IPs
When getting floatingips with Nova API, the results will be filtered
with the 'tenant_id'.
So, we can only get the floatingips belonging to the tenant of the current
context.
When ceilometer invokes novaclient to list floatingips, it will get an
empty list because the tenant is 'service'.
we should allow an admin user to index all tenants's floatingip by adding a
parameter 'all_tenants'.
This patch provides CLI support
Change-Id: I35a2155401247d 49017bf3c03341b 082cb87750d
Closes-bug: #1262124