summaryrefslogtreecommitdiffstats
path: root/nova/console
diff options
context:
space:
mode:
authorSean Chen <xuchenx@gmail.com>2013-01-10 13:29:20 -0800
committerSean Chen <xuchenx@gmail.com>2013-01-14 09:32:47 -0800
commitb2e0598d3fb82455383fe4a6128b5a0a980667e2 (patch)
tree4bea5dab804a1cce98728d7c927cd13caa26ad10 /nova/console
parentcd2008c8f7476ba28e826ad40d4db8e94045723c (diff)
downloadnova-b2e0598d3fb82455383fe4a6128b5a0a980667e2.tar.gz
nova-b2e0598d3fb82455383fe4a6128b5a0a980667e2.tar.xz
nova-b2e0598d3fb82455383fe4a6128b5a0a980667e2.zip
VMware Compute Driver Rename
blueprint vmware-compute-driver Rename VMWare to VMware Rename network_utils to network_util to conform to the util class naming convention Remove the infinite loop in vim.__getattr__ Change-Id: I5bdad331a86c7aa4ca36e7a8345b53e455678c0f
Diffstat (limited to 'nova/console')
-rw-r--r--nova/console/vmrc_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/console/vmrc_manager.py b/nova/console/vmrc_manager.py
index e8eab4db2..041e5ce89 100644
--- a/nova/console/vmrc_manager.py
+++ b/nova/console/vmrc_manager.py
@@ -49,7 +49,7 @@ class ConsoleVMRCManager(manager.Manager):
"""Get VIM session for the pool specified."""
vim_session = None
if pool['id'] not in self.sessions.keys():
- vim_session = vmwareapi_conn.VMWareAPISession(
+ vim_session = vmwareapi_conn.VMwareAPISession(
pool['address'],
pool['username'],
pool['password'],