nspawn: use mv-flat for host_bind_overrides
If we don't use mv-flat, it will default to eth0 and when Neutron tries to bridge it, it will kill all connectivity to the VM. Change-Id: I74548b753ebccd63e47a567c15663b74a88c9333
This commit is contained in:
parent
270955fe0c
commit
52f37cdac0
@ -33,6 +33,7 @@ global_overrides:
|
||||
- network:
|
||||
container_bridge: "{{ ansible_default_ipv4['alias'] }}"
|
||||
container_interface: "mv-flat"
|
||||
host_bind_override: "mv-flat"
|
||||
ip_from_q: "flat"
|
||||
type: "flat"
|
||||
net_name: "flat"
|
||||
|
Loading…
Reference in New Issue
Block a user