linuxbridge multiple external networks incorrect config generation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Unassigned | ||
Ussuri |
Fix Released
|
Medium
|
Unassigned | ||
Victoria |
Fix Released
|
Medium
|
Unassigned | ||
Wallaby |
Fix Committed
|
Medium
|
Unassigned | ||
Xena |
Fix Released
|
Medium
|
Unassigned |
Bug Description
multiple external networks are supported by linuxbridge and OVS. Currently the config template only works for OVS. The code for linuxbridge does not loop over the bridge_name items.
#### the code for linux bridge
ubuntu@irc:~/kolla-
6-[linux_bridge]
7:physical_
#### the code for OVS
ubuntu@irc:~/kolla-
16-[ovs]
17-{% if inventory_hostname in groups["network"] or (inventory_hostname in groups["compute"] and computes_
18:bridge_mappings = {% for bridge in neutron_
19-{% endif %}
Quick triage because I had this in "pending to report". Thanks for reporting this.