Fix container bridge name for octavia
This should be br-lbaas not br-octavia. There is no coverage for this in CI tests as the role tests run without containers. Change-Id: I3ac3bfce67bc614c72dec0a6a57a7df7717e0e8e
This commit is contained in:
parent
506f44f820
commit
7a32e9a359
@ -111,7 +111,7 @@ global_overrides:
|
||||
{% endif %}
|
||||
{% if 'octavia' in bootstrap_host_scenarios_expanded %}
|
||||
- network:
|
||||
container_bridge: "br-octavia"
|
||||
container_bridge: "br-lbaas"
|
||||
container_type: "veth"
|
||||
container_interface: "eth14"
|
||||
network_interface: "eth14"
|
||||
|
Loading…
Reference in New Issue
Block a user