neutron/neutron/plugins/ml2/drivers/openvswitch/mech_driver
Rawlin Peters f697cddda6 Set bridge_name in OVS trunk port's vif_details
This patch follows up on the Nova work that allows Neutron to pass an
OVS 'bridge_name' in a port's vif_details [1] and the os-vif work that
ensures the OVS bridge passed in as 'bridge_name' (or the config default
of 'br-int') is created [2].

If the port is a trunk's parent port, then bridge_name will be set to a
generated trunk bridge name for vlan-aware VMs. Otherwise, the
bridge_name field will remain empty.

Note: until Nova integrates os-vif [3] and uses a release that contains
the change in [2], the trunk bridge will not actually be created by
Nova/os-vif. It is expected to be integrated for the Newton release.
Until then, this Nova-equivalent patch can be used for testing
purposes [4].

[1] https://review.openstack.org/#/c/260700/
[2] https://review.openstack.org/#/c/330818/
[3] https://review.openstack.org/#/c/269672/
[4] https://review.openstack.org/#/c/332474/

Partially-implements: blueprint vlan-aware-vms
Change-Id: Iad72d163bc406df65866f6d962abcb78596828e7
2016-08-08 18:35:18 -06:00
..
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
mech_openvswitch.py Set bridge_name in OVS trunk port's vif_details 2016-08-08 18:35:18 -06:00