]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enables BigSwitch/Restproxy ML2 VLAN driver
authorKevin Benton <blak111@gmail.com>
Tue, 28 Jan 2014 01:26:12 +0000 (17:26 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:16 +0000 (15:20 +0800)
commit23dcb23c58136a9d189865a85cd44c6b922edea7
tree25600ff98eb7a386ea13f029bef6004e20cdf823
parent4b81bbecc2f40c295076f52ce428839c64f5a54f
Enables BigSwitch/Restproxy ML2 VLAN driver

Refactors Bigswitch/Restproxy plugin by separating into
reusable libraries that can be used by the plugin as well
as the ml2 driver to proxy calls to the backend controller.

Enables basic unit tests for the ML2 driver.

Removes deprecated separate unplug/plug operations on ports.

Implements: blueprint bigswitch-ml2-driver
Change-Id: I4e22ba7e20ec4f405b9fd34a1bf08a48544f317d
neutron/plugins/bigswitch/db/porttracker_db.py
neutron/plugins/bigswitch/plugin.py
neutron/plugins/ml2/drivers/mech_bigswitch/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py [new file with mode: 0644]
neutron/tests/unit/bigswitch/test_restproxy_plugin.py
neutron/tests/unit/ml2/drivers/test_bigswitch_mech.py [new file with mode: 0644]
setup.cfg