neutron/neutron/services/trunk/drivers
Armando Migliaccio 42f2ba88a5 Allow bound ports to be trunked if the driver can support it
Some drivers, like the Open vSwitch one, may restrict the creation of a
trunk from a bound port (i.e. prevents from creating trunks after a VM
is already booted on the port).

This limitation frees us from worrying about dataplane migrations for OVS
as trunk ports and regular ports are wired differently.

However, other drivers, like the Linux Bridge one, may not be affected by
this limitation, and the existing rule should be relaxed to allow the
operation based on whether not the driver can support it.

Partially-implements: blueprint vlan-aware-vms

Change-Id: Ia938eb7cc845f6f144924acdb0e333d23516fcca
2016-08-11 22:43:54 -07:00
..
openvswitch Set bridge_name in OVS trunk port's vif_details 2016-08-08 18:35:18 -06:00
__init__.py Add scaffolding for trunk plugin/server-side driver integration 2016-08-04 08:34:20 -07:00
base.py Allow bound ports to be trunked if the driver can support it 2016-08-11 22:43:54 -07:00