Merge "[UT] Fixed floating_ip_pools fake return to expected one"

This commit is contained in:
Jenkins 2014-02-10 01:20:25 +00:00 committed by Gerrit Code Review
commit 5d4b8b5342

@ -824,7 +824,7 @@ class FakeHTTPClient(base_client.HTTPClient):
return (
200,
{},
{'floating_ip_pools': [{'name': 'foo', 'name': 'bar'}]}
{'floating_ip_pools': [{'name': 'foo'}, {'name': 'bar'}]}
)
def get_os_floating_ips(self, **kw):