Set ipflush_onchange on gtw node of os-ha-ovs model
This patch sets ipflush_onchange: True for interfaces of gateway
node of os-ha-ovs model.
Without this parameters Salt cannot remove address from interfaces
properly.
Related-PROD: PROD-16793
Change-Id: I374a695f3f5d83b76b26d445615c71fc0b382e59
diff --git a/classes/cluster/virtual-mcp05-ovs/openstack/gateway.yml b/classes/cluster/virtual-mcp05-ovs/openstack/gateway.yml
index 946d1c2..e013d36 100644
--- a/classes/cluster/virtual-mcp05-ovs/openstack/gateway.yml
+++ b/classes/cluster/virtual-mcp05-ovs/openstack/gateway.yml
@@ -23,12 +23,14 @@
mtu: ${_param:interface_mtu}
primary_interface:
enabled: true
+ ipflush_onchange: true
name: ${_param:primary_interface}
mtu: ${_param:interface_mtu}
proto: manual
type: eth
tenant_interface:
enabled: true
+ ipflush_onchange: true
name: ${_param:tenant_interface}
mtu: ${_param:interface_mtu}
proto: manual