openstack-ansible-os_nova/tests/group_vars
Jean-Philippe Evrard 451fb1c45f fixing the network issues of nova testing
Currently we use the network attached to lxcbr0 for mgmt network
However we define lxcbr0 - eth1 as mgmt later, which makes two
NICs in the containers (eth0 and eth1) having the same network.
This causes network issues if not properly configured.

To make things simple, this commit creates a br-mgmt network
and leaves the lxcbr0 alone.

On top of this, iptables were not properly applied.

Change-Id: I4e83c2cb90455d5bc82b24dd9f2f0c7e89d7f842
2016-05-19 14:26:52 +00:00
..
all_containers.yml fixing the network issues of nova testing 2016-05-19 14:26:52 +00:00