[openstack-dev] [neutron] Does neutron ovn plugin support to setup multiple neutron networks for one container?

Russell Bryant rbryant at redhat.com
Tue Sep 22 16:46:20 UTC 2015


On 09/22/2015 08:08 AM, WANG, Ming Hao (Tony T) wrote:
> Dear all,
> 
> For neutron ovn plugin supports containers in one VM, My understanding is one container can't be assigned two network interfaces in different neutron networks. Is it right?
> The reason:
> 1. One host VM only has one network interface.
> 2. all the VLAN tags are stripped out when the packet goes out the VM.
> 
> If it is True, does neutron ovn plugin or ovn has plan to support this?

You should be able to assign multiple interfaces to a container on
different networks.  The traffic for each interface will be tagged with
a unique VLAN ID on its way in and out of the VM, the same way it is
done for each container with a single interface.

-- 
Russell Bryant



More information about the OpenStack-dev mailing list