diff options
| author | Zhongyue Luo <lzyeval@gmail.com> | 2012-07-25 14:37:57 +0800 |
|---|---|---|
| committer | Zhongyue Luo <lzyeval@gmail.com> | 2012-07-25 14:43:39 +0800 |
| commit | b8aedb281f8e6cc8b1583640c31f5d52ce5e4eac (patch) | |
| tree | ac1be2f3caba1dfc88d35bebbf813d62c72e915d | |
| parent | 9468508efe36097e422bf3b43d586ff962b8f4b2 (diff) | |
| download | nova-b8aedb281f8e6cc8b1583640c31f5d52ce5e4eac.tar.gz nova-b8aedb281f8e6cc8b1583640c31f5d52ce5e4eac.tar.xz nova-b8aedb281f8e6cc8b1583640c31f5d52ce5e4eac.zip | |
Fixes console/vmrc_manager.py import error
Fixes bug #1028748
Change-Id: I1be5637f561008489fe7367052ec2ecb6b9ae59f
| -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__) |
