diff options
| author | Lorin Hochstein <lorin@isi.edu> | 2011-06-14 13:17:13 -0400 |
|---|---|---|
| committer | Lorin Hochstein <lorin@isi.edu> | 2011-06-14 13:17:13 -0400 |
| commit | b00628c4767b440fa6123aa1683d88cd33517d21 (patch) | |
| tree | 68b8faf78d4523fdca31aa9d15343ee7bbfabe50 | |
| parent | b526e39e4cfdb29adbd7b1781afc367cf163b1ce (diff) | |
pep8 fix
| -rw-r--r-- | nova/tests/test_cloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_cloud.py b/nova/tests/test_cloud.py index afc661635..d2ff14f27 100644 --- a/nova/tests/test_cloud.py +++ b/nova/tests/test_cloud.py @@ -462,7 +462,7 @@ class CloudTestCase(test.TestCase): pass self.stubs.Set(rpc, 'cast', stub_cast) - + kwargs = {'image_id': FLAGS.default_image, 'instance_type': FLAGS.default_instance_type, 'max_count': 1} |
