]> 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>
Mon, 10 Nov 2014 22:05:04 +0000 (23:05 +0100)
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

setup.cfg

index a021a4ee0307717bbf358a76a409f0c73f32a885..7467bf92a26956836ca2cfdee4d2f692350a72f7 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