Hi All
i am working with Juno (2014.2.3) both controller and compute
the compute neutron ml2 mechanism driver is set to linuxbridge
(when working with openvswitch mechanism driver all works fine)
what happen is that if failed to launch instance with local network not as first nor last one we
for example
First NET is Vlan , Second NET is Local , Third NET is Vlan - failed
First NET is Local , Second NET is Vlan , Third NET is Vlan - pass
First NET is Vlan , Second NET is Vlan , Third NET is Local - pass
failure log error is
device tap82788db3-56 is already enslave it to bridge brqb6a9480f-cd
Is this known bug ? Any fix or workaround ? (beside reordering the networks at the instantiation request )
thanks in advance
Uzi