summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorRick Harris <rick.harris@rackspace.com>2011-06-16 17:52:34 +0000
committerRick Harris <rick.harris@rackspace.com>2011-06-16 17:52:34 +0000
commitbd6993f9e6bf3ef925b0c0f456ddf1622be2b432 (patch)
tree023f2fcc6175b2e16e5f79c8b6aafef7c697a2cd /nova/tests
parent9f0a2d8b870f65e0e76b1868a151facc6f2bfda4 (diff)
PEP8 cleanup.
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/api/openstack/test_servers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py
index 98611480f..c3e593a54 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -64,6 +64,7 @@ def return_server_by_uuid(context, uuid):
id = 1
return stub_instance(id, uuid=uuid)
+
def return_server_with_addresses(private, public):
def _return_server(context, id):
return stub_instance(id, private_address=private,