diff options
| author | Isaku Yamahata <yamahata@valinux.co.jp> | 2011-07-23 16:57:03 +0900 |
|---|---|---|
| committer | Isaku Yamahata <yamahata@valinux.co.jp> | 2011-07-23 16:57:03 +0900 |
| commit | af21767505b668c882734552115decdf8a798581 (patch) | |
| tree | ed85562ce5ce0bda2297469aa57593fc5661ae53 | |
| parent | 2c1b9ac98673c0ef1ae931c6b9d84e4b0741eed9 (diff) | |
test_libvirt: fix up for local_gb
| -rw-r--r-- | nova/tests/test_libvirt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index 6e2ec7ed6..2a21d0d32 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -187,6 +187,7 @@ class LibvirtConnTestCase(test.TestCase): 'project_id': 'fake', 'bridge': 'br101', 'image_ref': '123456', + 'local_gb': 20, 'instance_type_id': '5'} # m1.small def lazy_load_library_exists(self): |
