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:
Mohammed Naser 2019-02-01 17:42:38 -05:00
parent 270955fe0c
commit 52f37cdac0
1 changed files with 1 additions and 0 deletions

View File

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