]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Remove openvswitch core plugin entry point
authorCedric Brandily <zzelle@gmail.com>
Mon, 10 Nov 2014 10:43:09 +0000 (11:43 +0100)
committerCedric Brandily <zzelle@gmail.com>
Tue, 11 Nov 2014 14:11:35 +0000 (14:11 +0000)
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

index 493940d2aafda3ed19000d861099b0ed7f9cca31..94bf98cb34bae57153d8d8db5e8270abe46ad182 100644 (file)
--- 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