diff options
Diffstat (limited to 'nova/vnc')
-rw-r--r-- | nova/vnc/__init__.py | 2 | ||||
-rw-r--r-- | nova/vnc/xvp_proxy.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/vnc/__init__.py b/nova/vnc/__init__.py index ffbd509fd1..6a4c2eb4a3 100644 --- a/nova/vnc/__init__.py +++ b/nova/vnc/__init__.py @@ -18,7 +18,7 @@ """Module for VNC Proxying.""" -from nova.openstack.common import cfg +from oslo.config import cfg vnc_opts = [ diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py index 9489b949a3..3efa23f8b5 100644 --- a/nova/vnc/xvp_proxy.py +++ b/nova/vnc/xvp_proxy.py @@ -25,10 +25,10 @@ import eventlet import eventlet.green import eventlet.greenio import eventlet.wsgi +from oslo.config import cfg from nova.consoleauth import rpcapi as consoleauth_rpcapi from nova import context -from nova.openstack.common import cfg from nova.openstack.common import log as logging from nova import version from nova import wsgi |