diff options
| author | sateesh <sateesh.chodapuneedi@citrix.com> | 2011-03-18 17:20:46 +0530 |
|---|---|---|
| committer | sateesh <sateesh.chodapuneedi@citrix.com> | 2011-03-18 17:20:46 +0530 |
| commit | c57908241e68a3f2a9f5eb4ee0fff6207962023d (patch) | |
| tree | aff9783a873301b38dbb78f46a3f96dee69b208a /nova/tests | |
| parent | cbcda1ec466fd498fb8e9fe47c72b52c2d4b3dde (diff) | |
Using eventlets greenthreads for optimized image processing.
Fixed minor issues and style related nits.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_vmwareapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_vmwareapi.py b/nova/tests/test_vmwareapi.py index d17805b99..b31ac11f1 100644 --- a/nova/tests/test_vmwareapi.py +++ b/nova/tests/test_vmwareapi.py @@ -45,7 +45,7 @@ class VMWareAPIVMTestCase(test.TestCase): super(VMWareAPIVMTestCase, self).setUp()
self.flags(vmwareapi_host_ip='test_url',
vmwareapi_host_username='test_username',
- vmware_host_password='test_pass')
+ vmwareapi_host_password='test_pass')
self.manager = manager.AuthManager()
self.user = self.manager.create_user('fake', 'fake', 'fake',
admin=True)
|
