Flat Networks with neutron-ovs-agent?
Because some apps don't play well in a NATed enviroment I have some provider networks mapped directly to my compute nodes. This works well on Linux compute nodes with additional external bridges and bridge_mappings.
I tried to add additional bridges and ports on Windows with ovs-vsctl add-br-ext2 and ovs-vsctl add-port br-ext2 'Ethernet 2" but that seems to fail for Interfaces without a Hyper-V Switch. On the other hand the documentation says "We currently support a single Hyper-V virtual switch ". Is there another way to achieve this with Hyper-V and neutron-ovs-agent?