Merge "Fix the floatingip pollster"

This commit is contained in:
Jenkins 2014-06-08 07:36:38 +00:00 committed by Gerrit Code Review
commit 3b720b6809
1 changed files with 1 additions and 1 deletions

View File

@ -117,4 +117,4 @@ class Client(object):
@logged
def floating_ip_get_all(self):
"""Returns all floating ips."""
return self.nova_client.floating_ips.list()
return self.nova_client.floating_ips.list(all_tenants=True)