浏览代码

Changed the config module which includes CONF

currently CONF was attempted of being imported from nova config.py
rather than openstack/common/cfg.py. this commit fixes that.
Nikhil Komawar 13 年之前
父节点
当前提交
902c6fb37f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/nova-novncproxy

+ 1 - 1
utils/nova-novncproxy

@@ -64,7 +64,7 @@ opts = [
                default=6080,
                help='Port on which to listen for incoming requests'),
     ]
-CONF = config.CONF
+CONF = cfg.CONF
 CONF.register_cli_opts(opts)
 
 # As of nova commit 0b11668e64450039dc071a4a123abd02206f865f we must