Merge "Revert "Fix the floatingip pollster""

This commit is contained in:
Jenkins 2014-06-12 10:43:18 +00:00 committed by Gerrit Code Review
commit 5aa5cfd5bc

View File

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