summaryrefslogtreecommitdiff
path: root/nova/image/s3.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/image/s3.py')
-rw-r--r--nova/image/s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/s3.py b/nova/image/s3.py
index 833fb44f9d..100d800308 100644
--- a/nova/image/s3.py
+++ b/nova/image/s3.py
@@ -28,12 +28,12 @@ import tempfile
import boto.s3.connection
import eventlet
from lxml import etree
+from oslo.config import cfg
from nova.api.ec2 import ec2utils
import nova.cert.rpcapi
from nova import exception
from nova.image import glance
-from nova.openstack.common import cfg
from nova.openstack.common import log as logging
from nova import utils