Fix broken linuxbridge-agent config for the flat network in osa-ops mnaio
It looks like the host_bind_override isn't being set for the flat network. This results in the neutron linuxbridge agent to error out when trying to attach to br-flat instead of eth2. If attaching a device to the GATEWAY_NET network, they will be unable to communicate. Change-Id: Ia8de61011677ec1a7d9683fdff3c3d5848e85c2e Closes-Bug: 1754097
This commit is contained in:
parent
3ef9e603e3
commit
4336dd8fbe
@ -42,6 +42,7 @@ global_overrides:
|
||||
container_bridge: "br-flat"
|
||||
container_type: "veth"
|
||||
container_interface: "eth12"
|
||||
host_bind_override: "eth2"
|
||||
type: "flat"
|
||||
net_name: "flat"
|
||||
group_binds:
|
||||
|
Loading…
Reference in New Issue
Block a user