From 74a5e9166702031e7b6657e3e67bec00fd6145cb Mon Sep 17 00:00:00 2001 From: Kanzhe Jiang Date: Wed, 12 Aug 2015 20:36:54 -0700 Subject: [PATCH] Remove bigswitch mech_driver entry point definition 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9cda3e8d2..02f770287 100644 --- 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 -- 2.45.2