From 8b54102756b45c9a90928b56a685241573fdad68 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 10 Mar 2015 16:08:03 +0000 Subject: Set novncproxy server ip in nova.conf The ip of the compute node is gotten from the bridge device and this value is set in the novncproxy configuration in nova.conf. This is required for horizon to access to the compute node so have access to the VMs created on it. Also: - remove /usr/share/vnc which is now created in the vnc chunk. - add explicity where to find novnc client to nova-novncproxy systemd unit. --- clusters/openstack-cluster.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clusters/openstack-cluster.morph') diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph index df2d9943..3e220741 100644 --- a/clusters/openstack-cluster.morph +++ b/clusters/openstack-cluster.morph @@ -41,7 +41,7 @@ systems: NOVA_PUBLIC_URL: \"http:\/\/onenode:8774\/v2\/\%\(tenant_id\)s\" NOVA_INTERNAL_URL: \"http:\/\/onenode:8774\/v2\/\%\(tenant_id\)s\" NOVA_ADMIN_URL: \"http:\/\/onenode:8774\/v2\/\%\(tenant_id\)s\" - NOVA_NOVNCPROXY_BASE_URL: http:\/\/onenode:6080\/vnc_auto.html + NOVA_NOVNCPROXY_BASE_URL: http:\/\/##NOVNC_HOST##:6080\/vnc_auto.html NOVA_REGION: regionOne NOVA_DB_USER: novaDB NOVA_DB_PASSWORD: veryinsecure -- cgit v1.2.1