diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-06-30 15:03:42 -0500 |
|---|---|---|
| committer | Trey Morris <trey.morris@rackspace.com> | 2011-06-30 15:03:42 -0500 |
| commit | 1e4e2613f126cdb9bf9808ac7af45fe95f109cdc (patch) | |
| tree | 9eb0ac88eeda74e58ce7f1e8aedecbb4804af126 | |
| parent | bad24563babf34668a4a2fcbd883c3e2c6fee5f2 (diff) | |
| download | nova-1e4e2613f126cdb9bf9808ac7af45fe95f109cdc.tar.gz nova-1e4e2613f126cdb9bf9808ac7af45fe95f109cdc.tar.xz nova-1e4e2613f126cdb9bf9808ac7af45fe95f109cdc.zip | |
osapi test_servers fixed_ip -> fixed_ips
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py index e318b7c57..c3ca1431b 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -173,7 +173,7 @@ def stub_instance(id, user_id=1, private_address=None, public_addresses=None, "metadata": metadata, "uuid": uuid} - instance["fixed_ip"] = { + instance["fixed_ips"] = { "address": private_address, "floating_ips": [{"address":ip} for ip in public_addresses]} |
