From 65bad0e7370fab02abb55817bde8040e74f85d80 Mon Sep 17 00:00:00 2001 From: Ryan Moore Date: Fri, 20 Jun 2014 15:23:27 +0100 Subject: Set vnc to use controller virtual_ip The address for the vnc proxy is incorrectly configured in the nova configuration file. The correct IP address is the Public Virtual IP address of the controller node as created by: I9649ee74ebaf62b6b929b28243a07c789a08867c The nova image_element nova.conf already has: novncproxy_base_url=http://{{nova.public_ip}}:6080/vnc_auto.html but nothing was setting nova.public_ip - until now Closes-Bug: #1332554 Change-Id: I41214834511680170393dd4325b510f549373141 --- overcloud-source.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index bca88cc6..09d2f51f 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -328,6 +328,7 @@ resources: - - mysql://nova:unset@ - &compute_database_host {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} - /nova + NovaPublicIP: {get_attr: [PublicVirtualIP, fixed_ips, 0, ip_address]} CeilometerDSN: Fn::Join: - '' -- cgit 1.2.3-korg