diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2011-08-24 11:36:41 -0700 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2011-08-24 11:36:41 -0700 |
| commit | 3d17d22926e2f589648fdac26302a58e8c4e9069 (patch) | |
| tree | 53a5d93ca070e4bb5a24c8c4160fa76dc747852d | |
| parent | 2f304ecb74cced6d57dc4590f5bf41b7df88a504 (diff) | |
fix more tests
| -rw-r--r-- | nova/tests/api/openstack/contrib/test_createserverext.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/contrib/test_createserverext.py b/nova/tests/api/openstack/contrib/test_createserverext.py index e5eed14fe..01c7587e3 100644 --- a/nova/tests/api/openstack/contrib/test_createserverext.py +++ b/nova/tests/api/openstack/contrib/test_createserverext.py @@ -89,6 +89,9 @@ class CreateserverextTest(test.TestCase): self.networks = None return [{'id': '1234', 'display_name': 'fakeinstance', 'uuid': FAKE_UUID, + 'user_id': 'fake', + 'project_id': 'fake', + 'display_description': 'fakedescription', 'created_at': "", 'updated_at': ""}] |
