summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-25 11:55:29 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 16:13:00 +0000
commit9681ed22bb7120e808280d9adb0407f9a199d7ec (patch)
treea22a411613b944f460e0b18960676695cc74952f
parente23d3b3815702027a8fb502f980cc6eb4d812d95 (diff)
downloaddefinitions-9681ed22bb7120e808280d9adb0407f9a199d7ec.tar.gz
nova: novncproxy_base_url to IP, not hostname
-rw-r--r--openstack/usr/share/openstack/nova/nova.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/share/openstack/nova/nova.conf b/openstack/usr/share/openstack/nova/nova.conf
index cd93e148..473848d6 100644
--- a/openstack/usr/share/openstack/nova/nova.conf
+++ b/openstack/usr/share/openstack/nova/nova.conf
@@ -319,7 +319,7 @@ neutron_metadata_proxy_shared_secret= {{ METADATA_PROXY_SHARED_SECRET }}
# horizon machine can resolve this alias as the compute node ip.
#
vnc_enabled=True
-novncproxy_base_url=http://{{ CONTROLLER_HOST_ADDRESS }}:6080/vnc_auto.html
+novncproxy_base_url=http://{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}:6080/vnc_auto.html
# Change vncserver_proxyclient_address and vncserver_listen to match each compute host
vncserver_proxyclient_address={{ MANAGEMENT_INTERFACE_IP_ADDRESS }}
vncserver_listen=0.0.0.0