Fix xvpvncproxy config path when running n-xvnc

Fix xvpvncproxy config path due to Change
I1e34a0f98de125c8b8b145377835d95035e2b472.

Change-Id: I119ae7f2cb674294bc9d8c662959dc8d04a924a3
This commit is contained in:
Shih-Hao Li 2016-02-01 13:16:58 -08:00
parent c8a8963eed
commit 08b661b7a9
1 changed files with 2 additions and 2 deletions

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)