From 00be925de3b4a5ac5c12496b40a6e8e105beb931 Mon Sep 17 00:00:00 2001 From: Tong Liu Date: Thu, 14 Sep 2017 09:46:37 +0000 Subject: [PATCH] Remove wrong alias from setup In vmware_nsx/plugin.py, NSX|mh plugin has been defined as NsxPlugin and there is no NsxMhPlugin. To use alias for NSX|mh plugin, vmware_nsx should be used instead of vmware. Change-Id: Iff5cfe5a60809cf3c26d4445f0c3fb4b89db968f --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c93a66ecc5..829cb79229 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,6 @@ console_scripts = neutron.db.alembic_migrations = vmware-nsx = vmware_nsx.db.migration:alembic_migrations neutron.core_plugins = - vmware = vmware_nsx.plugin:NsxMhPlugin vmware_nsx = vmware_nsx.plugin:NsxPlugin vmware_nsxv = vmware_nsx.plugin:NsxVPlugin vmware_nsxv3 = vmware_nsx.plugin:NsxV3Plugin