From: Ihar Hrachyshka Date: Tue, 17 Jun 2014 09:44:17 +0000 (+0200) Subject: Added missing core_plugins symbolic names X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=664bdcdc7d714bcdfe503db8f59c6a3f97668df2;p=openstack-build%2Fneutron-build.git Added missing core_plugins symbolic names Some plugins miss short symbolic name in setup.cfg, specifically Nuage and Metaplugin. Change-Id: I0198ae98654bbdddf8f2ba8dd3b80d0d447d6341 Closes-Bug: 1324487 --- diff --git a/setup.cfg b/setup.cfg index 2e8f7fb34..cc4db51b9 100644 --- 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