From de0f8773b15dfa20c0fd631580ce0df475bd6247 Mon Sep 17 00:00:00 2001 From: Nikola Dipanov Date: Mon, 8 Apr 2013 15:42:56 +0200 Subject: [PATCH] Import cfg from oslo in nova-novncproxy Upstram OpenStack Nova package has moved the config engine into a separate package. Mirror that change in the novnc script. --- utils/nova-novncproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nova-novncproxy b/utils/nova-novncproxy index c3afe44d..a1a69475 100755 --- a/utils/nova-novncproxy +++ b/utils/nova-novncproxy @@ -23,6 +23,7 @@ Leverages wsproxy.py by Joel Martin ''' import Cookie +from oslo.config import cfg import socket import sys @@ -31,7 +32,6 @@ import wsproxy from nova import config from nova import context from nova import utils -from nova.openstack.common import cfg from nova.openstack.common import rpc