summaryrefslogtreecommitdiffstats
path: root/nova/console
diff options
context:
space:
mode:
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 70cc6caee..219119724 100644
--- a/nova/console/vmrc_manager.py
+++ b/nova/console/vmrc_manager.py
@@ -24,7 +24,7 @@ from nova import manager
from nova.openstack.common import cfg
from nova.openstack.common import importutils
from nova.openstack.common import log as logging
-from nova.virt import vmwareapi_conn
+from nova.virt.vmwareapi import driver as vmwareapi_conn
LOG = logging.getLogger(__name__)