[openstack-dev] noVNC problems

Gary Kotton gkotton at redhat.com
Sun Nov 25 11:06:39 UTC 2012


Hi,
As of late the noVNC does not work with devstack.

The following solves this issue:

diff --git a/utils/nova-novncproxy b/utils/nova-novncproxy
index 27bf298..c3afe44 100755
--- a/utils/nova-novncproxy
+++ b/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

Thanks
Gary



More information about the OpenStack-dev mailing list