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
This commit is contained in:
Tong Liu 2017-09-14 09:46:37 +00:00
parent 6c906d1d73
commit 00be925de3
1 changed files with 0 additions and 1 deletions

View File

@ -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