From: Michael Polenchuk Date: Fri, 6 Apr 2018 10:35:35 +0000 (+0400) Subject: [virtual] Set vnc address to local one X-Git-Tag: opnfv-6.0.0~20 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F55099%2F1;p=fuel.git [virtual] Set vnc address to local one System reclass model assigns vnc address to control_address variable which is used for controller node reference, so change it to local address of the current compute node. Change-Id: I0c6b8534a1dae516620d0d250944232379a526e0 Signed-off-by: Michael Polenchuk (cherry picked from commit 938cb59719ae412e13be8cb21d8c8b5f51a75826) --- diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_compute.yml index 228ffdc36..4030423cd 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_compute.yml @@ -26,6 +26,8 @@ parameters: libvirt_bin: /etc/default/libvirtd disk_cachemodes: file=directsync,block=none vncproxy_url: http://${_param:cluster_vip_address}:6080 + bind: + vnc_address: ${_param:single_address} network: region: ${_param:openstack_region} user: neutron