summaryrefslogtreecommitdiffstats
path: root/nova/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r--nova/wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py
index 651dbc4f6..7b85d0a5b 100644
--- a/nova/wsgi.py
+++ b/nova/wsgi.py
@@ -26,6 +26,7 @@ import sys
import eventlet
import eventlet.wsgi
import greenlet
+from oslo.config import cfg
from paste import deploy
import routes.middleware
import ssl
@@ -33,7 +34,6 @@ import webob.dec
import webob.exc
from nova import exception
-from nova.openstack.common import cfg
from nova.openstack.common import log as logging
wsgi_opts = [