Merge "Revert "Fix the floatingip pollster""
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user