diff options
Diffstat (limited to 'nova/console')
| -rw-r--r-- | nova/console/vmrc_manager.py | 2 |
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__) |
