Neutron ml2 with openvswitch: only VLANs and no tunneling
Hello,
I am tying to do a simple setup using devstack with the parameter ENABLE_TENANT_TUNNELS=False. I just want to have my instances on my compute node attached to the br-int bridge and the latest attached directly to my physical interface (no br-tun then). I want to use only VLANs and no tunnelling mechanisms.
First of all, is it possible to do so or I will need anyway to create a bridge br-eth to patch my br-int with my physical interface "eth1"? I took the idea here:
( http://www.openstack.org/assets/prese... slide 7)
If I do need this bridge br-eth1, I am confused and I don't really understand it purpose. What it is used for?
Thank you very much :)