From 664bdcdc7d714bcdfe503db8f59c6a3f97668df2 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 17 Jun 2014 11:44:17 +0200 Subject: [PATCH] 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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2