Fix gtw address dynamic assignment
Currently address for gtw01 node is not assigned dynamically,
because it is overriden by _param:openstack_gateway_address,
and reclassify tool is setting openstack_gateway_node01_address,
as the result gtw01 gets ip not from reclassify but from model.
This causes duplication of this ip with nodes which got ip from
reclassify.
Change-Id: Ie9d5c5b94b684dad18415b193558821d292ab9cd
Related-Prod: https://mirantis.jira.com/browse/PROD-19114
diff --git a/classes/cluster/virtual-mcp-pike-ovs/infra/config.yml b/classes/cluster/virtual-mcp-pike-ovs/infra/config.yml
index d1b2b88..cd6fec1 100644
--- a/classes/cluster/virtual-mcp-pike-ovs/infra/config.yml
+++ b/classes/cluster/virtual-mcp-pike-ovs/infra/config.yml
@@ -119,7 +119,7 @@
external_address:
value_template: <<node_external_ip>>
cluster_param:
- openstack_gateway_node01_address:
+ openstack_gateway_address:
value_template: <<node_control_ip>>
openstack_dashboard:
expression: <<node_hostname>>__startswith__prx