Remove extra bridge name declaration

The extra name: section under the br-tenant
bridge, causes the network configuration to fail.
This change is removing the unnecessary decalartion,
since br-ex is configured later in the same template.

closes-bug: 1905640
Change-Id: I51152232fd707a942040e7c9750647b9cdf4f1f1
This commit is contained in:
Brendan 2020-11-26 11:33:30 +10:00 committed by Brendan Shephard
parent 4788cb88ca
commit 9091752575
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