diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py index a544ac25a6..4b6014340d 100644 --- a/nova/vnc/xvp_proxy.py +++ b/nova/vnc/xvp_proxy.py @@ -183,5 +183,5 @@ def get_wsgi_server(): return wsgi.Server("XCP VNC Proxy", XCPVNCProxy(), protocol=SafeHttpProtocol, - host=CONF.xvpvncproxy_host, - port=CONF.xvpvncproxy_port) + host=CONF.vnc.xvpvncproxy_host, + port=CONF.vnc.xvpvncproxy_port)