Merge "Remove extra bridge name declaration" into stable/victoria

This commit is contained in:
Zuul 2020-12-17 06:11:30 +00:00 committed by Gerrit Code Review
commit c5f8c66b99
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ network_config:
{% elif network == 'Tenant' %}
- type: ovs_bridge
name: {{ 'br-' ~ role_networks_lower[network] }}
name: {{ neutron_physical_bridge_name }}
mtu: {{ lookup('vars', role_networks_lower[network] ~ '_mtu') }}
dns_servers: {{ ctlplane_dns_nameservers }}
use_dhcp: false