From: carey.xu Date: Mon, 12 Oct 2015 13:31:34 +0000 (+0800) Subject: bugfix: make novnc work correctly in public_vip environment X-Git-Tag: brahmaputra.1.0~203 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F2439%2F1;p=compass4nfv.git bugfix: make novnc work correctly in public_vip environment JIRA: COMPASS-71 Change-Id: I6a5fbec547a6ede5affb89ddce910d2200723ecc Signed-off-by: carey.xu --- diff --git a/deploy/adapters/ansible/openstack/templates/nova.conf b/deploy/adapters/ansible/openstack/templates/nova.conf index 559a6d82..ed415915 100644 --- a/deploy/adapters/ansible/openstack/templates/nova.conf +++ b/deploy/adapters/ansible/openstack/templates/nova.conf @@ -33,7 +33,7 @@ my_ip = {{ internal_ip }} vnc_enabled = True vncserver_listen = {{ internal_ip }} vncserver_proxyclient_address = {{ internal_ip }} -novncproxy_base_url = http://{{ internal_vip.ip }}:6080/vnc_auto.html +novncproxy_base_url = http://{{ public_vip.ip }}:6080/vnc_auto.html novncproxy_host = {{ internal_ip }} novncproxy_port = 6080