summaryrefslogtreecommitdiff
path: root/nova/virt/hyperv/imagecache.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/hyperv/imagecache.py')
-rw-r--r--nova/virt/hyperv/imagecache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/virt/hyperv/imagecache.py b/nova/virt/hyperv/imagecache.py
index 88eacb14fd..07e7ddb812 100644
--- a/nova/virt/hyperv/imagecache.py
+++ b/nova/virt/hyperv/imagecache.py
@@ -18,12 +18,12 @@ Image caching and management.
import os
from oslo.config import cfg
+from oslo.utils import excutils
+from oslo.utils import units
from nova.compute import flavors
from nova.i18n import _
-from nova.openstack.common import excutils
from nova.openstack.common import log as logging
-from nova.openstack.common import units
from nova import utils
from nova.virt.hyperv import utilsfactory
from nova.virt.hyperv import vmutils