From 71693838456adcf3672b5213187746a7f6534c2d Mon Sep 17 00:00:00 2001 From: fumihiko kakuma Date: Wed, 9 Dec 2015 13:00:39 +0900 Subject: [PATCH] Decompose OFAgent mechanism driver from neutron tree completely All 3rd-party code is required to be removed from the neutron tree. This change removes definition for ofagent mechanism driver from neutron repository. Change-Id: Ia21387eeaed71f38822356e22e4adbd237c1e64c Closes-Bug: #1524164 Depends-On: I04c741daf12e7628e2c1e2d1b81b2b2ce1310542 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d17e5c42..66ad544c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,8 +37,6 @@ data_files = etc/neutron/rootwrap.d/openvswitch-plugin.filters etc/neutron/plugins/cisco = etc/neutron/plugins/cisco/cisco_vpn_agent.ini - etc/neutron/plugins/ml2 = - etc/neutron/plugins/ml2/ml2_conf_ofa.ini scripts = bin/neutron-rootwrap-xen-dom0 @@ -96,7 +94,6 @@ neutron.ml2.mechanism_drivers = linuxbridge = neutron.plugins.ml2.drivers.linuxbridge.mech_driver.mech_linuxbridge:LinuxbridgeMechanismDriver openvswitch = neutron.plugins.ml2.drivers.openvswitch.mech_driver.mech_openvswitch:OpenvswitchMechanismDriver l2population = neutron.plugins.ml2.drivers.l2pop.mech_driver:L2populationMechanismDriver - ofagent = neutron.plugins.ml2.drivers.ofagent.driver:OfagentMechanismDriver sriovnicswitch = neutron.plugins.ml2.drivers.mech_sriov.mech_driver.mech_driver:SriovNicSwitchMechanismDriver fake_agent = neutron.tests.unit.plugins.ml2.drivers.mech_fake_agent:FakeAgentMechanismDriver neutron.ml2.extension_drivers =