]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adding VLAN Transparency support for ML2 along with REST API changes
authorPritesh Kothari <pritesh.kothari@cisco.com>
Mon, 23 Feb 2015 17:52:28 +0000 (09:52 -0800)
committerPritesh Kothari <pritesh.kothari@cisco.com>
Wed, 18 Mar 2015 18:46:03 +0000 (11:46 -0700)
commit7dbe0d0486ecb5269463a2660f2d040f5879396d
tree3f53014a3e448fb3cd6236daa01334f2c18d5991
parent87a534f9b05abaca3236a56012dcc9e5bf807b18
Adding VLAN Transparency support for ML2 along with REST API changes

* Exposing vlan transparency attributes via the network api
  calls so POST and GET operations can be performed.
* Tied in the vlan transparency attribute with create network
  call and use the config default.
* Update the unit test to cover vlan tranparency.
* Add support for ml2 to take advantage of vlan transparency
  attribute.

DocImpact
APIImpact
Partially Implements: blueprint nfv-vlan-trunks

Change-Id: Ie87087a70b83dab589419aa5c17ce7ccafd64cbd
etc/neutron.conf
neutron/api/v2/attributes.py
neutron/common/config.py
neutron/db/db_base_plugin_v2.py
neutron/plugins/ml2/common/exceptions.py
neutron/plugins/ml2/driver_api.py
neutron/plugins/ml2/managers.py
neutron/tests/functional/api/test_v2_plugin.py
neutron/tests/unit/test_api_v2.py
neutron/tests/unit/test_db_plugin.py
neutron/tests/unit/test_extension_pnet.py