From b3507c61d8b211ec99052b4ee9e486955c6d19fa Mon Sep 17 00:00:00 2001 From: Trinath Somanchi Date: Wed, 17 Sep 2014 12:52:14 +0530 Subject: [PATCH] Separate Configuration from Freescale SDN ML2 mechanism Driver - In the current implementation, CRD configuration is existing within the code of ML2 mechanism driver. - When any other plugin/driver (like, Freescale FWaaS Plugin) need to use this configuration, it needs to duplicate the complete configuration. - So the CRD configuration is moved to a separate file for use in other plugin/drivers. - Unit testing of this MD is also updated. Closes-Bug: #1368033 Change-Id: I488fee47803a494aae9df42f9c59fffa9843e727 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ff037f75a..4f0697c80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -176,7 +176,7 @@ neutron.ml2.mechanism_drivers = ofagent = neutron.plugins.ml2.drivers.mech_ofagent:OfagentMechanismDriver mlnx = neutron.plugins.ml2.drivers.mlnx.mech_mlnx:MlnxMechanismDriver brocade = neutron.plugins.ml2.drivers.brocade.mechanism_brocade:BrocadeMechanism - fslsdn = neutron.plugins.ml2.drivers.mechanism_fslsdn:FslsdnMechanismDriver + fslsdn = neutron.plugins.ml2.drivers.freescale.mechanism_fslsdn:FslsdnMechanismDriver sriovnicswitch = neutron.plugins.ml2.drivers.mech_sriov.mech_driver:SriovNicSwitchMechanismDriver nuage = neutron.plugins.ml2.drivers.mech_nuage.driver:NuageMechanismDriver neutron.ml2.extension_drivers =