]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove bigswitch mech_driver entry point definition
authorKanzhe Jiang <kanzhe@gmail.com>
Thu, 13 Aug 2015 03:36:54 +0000 (20:36 -0700)
committerKanzhe Jiang <kanzhe@gmail.com>
Thu, 13 Aug 2015 03:39:17 +0000 (20:39 -0700)
After vendor driver split, the entry point for bigswitch ml2
mechanism_driver is no longer valid. The new entry point is defined in
the networking-bigswitch stackforge repo.

Change-Id: Ie6e19a13e49d9d3e95f8ea2f10181592e9f156e5
Closes-Bug: #1484341

setup.cfg

index 9cda3e8d214dfd257cb8923f3778296e6f7ec836..02f7702872a15f22884ef25e70648e22c42f09b6 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -173,7 +173,6 @@ neutron.ml2.mechanism_drivers =
     cisco_nexus = neutron.plugins.ml2.drivers.cisco.nexus.mech_cisco_nexus:CiscoNexusMechanismDriver
     cisco_ucsm = neutron.plugins.ml2.drivers.cisco.ucsm.mech_cisco_ucsm:CiscoUcsmMechanismDriver
     l2population = neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver
-    bigswitch = neutron.plugins.ml2.drivers.mech_bigswitch.driver:BigSwitchMechanismDriver
     ofagent = neutron.plugins.ml2.drivers.ofagent.driver:OfagentMechanismDriver
     mlnx = neutron.plugins.ml2.drivers.mlnx.mech_mlnx:MlnxMechanismDriver
     brocade = networking_brocade.vdx.ml2driver.mechanism_brocade:BrocadeMechanism