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:
Jonathan Rosser 2023-08-31 09:18:22 +01:00 committed by Dmitriy Rabotyagov
parent 506f44f820
commit 7a32e9a359

View File

@ -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"