Set linux:network:bridge = openvswitch for OVS-based interfaces
Automatically set bridge type depending on interface role.
Doesn't support 'linux' bridge type at the moments, because
the salt-formula-linux don't support multiple bridge types
at the moment.
Change-Id: Icbf4a8235bb5e188831a158655f52473a440b929
diff --git "a/\173\043 interfaces \043\175/bond0_ab_ovs_vxlan_ctl_mesh" "b/\173\043 interfaces \043\175/bond0_ab_ovs_vxlan_ctl_mesh"
index 5ec9ddc..7ff1ded 100644
--- "a/\173\043 interfaces \043\175/bond0_ab_ovs_vxlan_ctl_mesh"
+++ "b/\173\043 interfaces \043\175/bond0_ab_ovs_vxlan_ctl_mesh"
@@ -10,6 +10,7 @@
{#- _param:tenant_netmask #}
{#- _param:tenant_vlan #}
# {{ interfaces_role }}
+ {{- set_param('linux_network_bridge', 'openvswitch') }}
{%- for interface_name, interface in interfaces.items() %}
{{ interface_name }}:
mtu: 9000