Add vmware_nsxv entry_point in setup
If config neutron.core_plugins values for vmware_nsx.plugin.NsxVPlugin. It throw warning for 'stevedore.named [-] Could not load vmware_nsx.plugin.NsxVPlugin'. So,Add vmware_nsx vmware_nsxv vmware_nsxv3 and vmware_dvs entry_point in neutron.conre_plugins group. Change-Id: Ie2a5a4d00bd15ad838737948e2eb8eec69f3303b
This commit is contained in:
parent
fb54cc2839
commit
baef191d1f
@ -31,6 +31,10 @@ 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
|
||||
vmware_dvs = vmware_nsx.plugin:NsxDvsPlugin
|
||||
neutron.service_plugins =
|
||||
vmware_nsxv_qos = vmware_nsx.services.qos.nsx_v.plugin:NsxVQosPlugin
|
||||
neutron.qos.notification_drivers =
|
||||
|
Loading…
Reference in New Issue
Block a user