7 Commits

Author SHA1 Message Date
liu-sheng
02328d3337 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: I35a2155401247d49017bf3c03341b082cb87750d
Closes-bug: #1262124
2014-04-02 09:31:04 +08:00
zhangyanzi
78ca076693 Fix inappropriate comment for delete FloatingIP
There is an inappropriate comment for delete FloatingIP, fix it.

Change-Id: Ib5ddabd3b227c8580e1b912b2bb98a3294ec3288
Closes-Bug: #1258034
2013-12-06 17:33:30 +08:00
Davanum Srinivas
c5b579926f Fix Copyright Headers from LLC to Foundation
follow the lead from nova and oslo projects

Change-Id: I270c5f1e4eefa4b72e292bfb4a4c60de0c3f6e4a
2013-03-13 20:12:23 -04:00
jakedahn
d7fb1f33cc Implementing Floating Ip Pools.
See vishy's nova branch: https://review.openstack.org/#change,2892

Change-Id: I6a5bec55edd21f659674f478282e65fd6b1b0b1e
2012-01-10 16:24:43 -08:00
François Charlier
d18954f4a8 Add missing returns and remove superfluous ones
Some methods which should have returned  objects dit not return and some
methods which don't  return anything used return ... Fixed  all that and
added tests to detect two returns which were missing.

Fixes bug 892058

Change-Id: If59468cfe1c7b1ab74ed0bfc6f81590dfd5dd668
2011-12-30 17:40:02 +01:00
Brian Waldon
e05ae5ded3 Reducing v1_1.base to just booting manager 2011-08-31 09:24:31 -04:00
Anthony Young
8ec0ae6ab0 support for floating_ips + D4 2011-08-24 22:51:53 -07:00