From d34328800ad011b348a21e2af8517bcfa18ff2be Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Mon, 10 Nov 2014 11:43:09 +0100 Subject: [PATCH] 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 (cherry picked from commit f36c29903afb713670f9e7c3f9530e117dfc6bcb) --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 493940d2aa..94bf98cb34 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