Change flat network host_bind_override to macvlan2
This way the neutron agents will use the macvlan2 subinterface of bond0 instead of the physical interface itself, which breaks br-mgmt.
This commit is contained in:
@@ -42,7 +42,7 @@ global_overrides:
|
||||
container_bridge: "br-vlan"
|
||||
container_type: "veth"
|
||||
container_interface: "eth12"
|
||||
host_bind_override: "bond0"
|
||||
host_bind_override: macvlan2
|
||||
type: "flat"
|
||||
net_name: "flat"
|
||||
group_binds:
|
||||
|
||||
Reference in New Issue
Block a user