Revert "Fix the floatingip pollster"

This reverts commit 8057b66c0b.

This is spamming the nova-api logs in tempest runs.

Change-Id: Iafe20bbab45bff62470374eba2a6e0e4fa3be611
Closes-Bug: #1328694
This commit is contained in:
Matt Riedemann 2014-06-10 21:26:47 +00:00
parent 8057b66c0b
commit e7bd5eb0d4
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(all_tenants=True)
return self.nova_client.floating_ips.list()