Merge "Fix xvpvncproxy config path when running n-xvnc"

This commit is contained in:
Jenkins
2016-02-02 12:14:52 +00:00
committed by Gerrit Code Review
+2 -2
View File
@@ -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)