From: Cedric Brandily Date: Mon, 10 Nov 2014 10:43:09 +0000 (+0100) Subject: Remove openvswitch core plugin entry point X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f36c29903afb713670f9e7c3f9530e117dfc6bcb;p=openstack-build%2Fneutron-build.git Remove openvswitch core plugin entry point The openvswitch core plugin has been removed but not its associated "neutron.core_plugins" entry point. This change removes it from setup.cfg. Change-Id: I79f7c334cdeb0f4d0d68743734f69c0ec8523467 Related-Bug: #1323729 Closes-Bug: #1391326 --- diff --git a/setup.cfg b/setup.cfg index a021a4ee0..7467bf92a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -141,7 +141,6 @@ neutron.core_plugins = nuage = neutron.plugins.nuage.plugin:NuagePlugin metaplugin = neutron.plugins.metaplugin.meta_neutron_plugin:MetaPluginV2 oneconvergence = neutron.plugins.oneconvergence.plugin:OneConvergencePluginV2 - openvswitch = neutron.plugins.openvswitch.ovs_neutron_plugin:OVSNeutronPluginV2 plumgrid = neutron.plugins.plumgrid.plumgrid_plugin.plumgrid_plugin:NeutronPluginPLUMgridV2 ryu = neutron.plugins.ryu.ryu_neutron_plugin:RyuNeutronPluginV2 vmware = neutron.plugins.vmware.plugin:NsxPlugin