]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Moving VLAN Transparency support from core to extension
authorPritesh Kothari <pritesh.kothari@cisco.com>
Wed, 25 Mar 2015 18:34:05 +0000 (11:34 -0700)
committerPritesh Kothari <pritesh.kothari@cisco.com>
Wed, 8 Apr 2015 15:35:13 +0000 (08:35 -0700)
commit809e434d2da99cb3e1a778be9838b1175e785e76
tree23b7a79a8082bced3ffd8e8f83d015442a2d3457
parentbc66a04ae4ee4e1802eed01807dad1815072ab98
Moving VLAN Transparency support from core to extension

* Moving VLAN Transparency support from core to extension
* Remove the older unit tests and add new corresponding ones

DocImpact
Closes-Bug: #1434667

Change-Id: Ic551475ed7b64aad9627a57abb0df41acc19bfc1
14 files changed:
neutron/api/v2/attributes.py
neutron/db/db_base_plugin_v2.py
neutron/db/vlantransparent_db.py [new file with mode: 0644]
neutron/extensions/vlantransparent.py [new file with mode: 0644]
neutron/plugins/ml2/common/exceptions.py
neutron/plugins/ml2/drivers/mech_linuxbridge.py
neutron/plugins/ml2/drivers/mech_openvswitch.py
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/tests/retargetable/client_fixtures.py
neutron/tests/unit/api/v2/test_base.py
neutron/tests/unit/db/test_db_base_plugin_v2.py
neutron/tests/unit/extensions/test_providernet.py
neutron/tests/unit/extensions/test_vlantransparent.py [new file with mode: 0644]