diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-31 15:24:29 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-08-31 15:24:29 -0700 |
| commit | 642c9ceb1bae9fa5ba008cb69c47f449ea173c3a (patch) | |
| tree | 203a960eea63dfc5c62f0a120ee2c56d13133c2f /nova | |
| parent | 9de8a589b4ee0e007267efe2394b504382e4cdc1 (diff) | |
| download | nova-642c9ceb1bae9fa5ba008cb69c47f449ea173c3a.tar.gz nova-642c9ceb1bae9fa5ba008cb69c47f449ea173c3a.tar.xz nova-642c9ceb1bae9fa5ba008cb69c47f449ea173c3a.zip | |
expect key_name attribute in 1.1
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py index c54bead49..78c872a28 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -3630,6 +3630,7 @@ class ServersViewBuilderV11Test(test.TestCase): "id": 1, "uuid": self.instance['uuid'], "name": "test_server", + "key_name": '', "links": [ { "rel": "self", @@ -3653,6 +3654,7 @@ class ServersViewBuilderV11Test(test.TestCase): "id": 1, "uuid": self.instance['uuid'], "name": "test_server", + "key_name": '', "config_drive": None, "links": [ { |
