]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added missing core_plugins symbolic names
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 17 Jun 2014 09:44:17 +0000 (11:44 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Tue, 17 Jun 2014 09:44:17 +0000 (11:44 +0200)
Some plugins miss short symbolic name in setup.cfg, specifically Nuage
and Metaplugin.

Change-Id: I0198ae98654bbdddf8f2ba8dd3b80d0d447d6341
Closes-Bug: 1324487

setup.cfg

index 2e8f7fb343334afa6c3f786e3515837cab521e16..cc4db51b9c44f9d6ca48145016d20b9dd62b1360 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -129,6 +129,8 @@ neutron.core_plugins =
     ml2 = neutron.plugins.ml2.plugin:Ml2Plugin
     mlnx = neutron.plugins.mlnx.mlnx_plugin:MellanoxEswitchPlugin
     nec = neutron.plugins.nec.nec_plugin:NECPluginV2
+    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