Fix IPAM drivers entry point in setup.cfg

Change-Id: If45878f800bb669595d77bbb56823f7c2f026036
This commit is contained in:
Adit Sarfaty 2017-01-10 09:56:21 +02:00
parent 1b3a2b406c
commit 8d7f6e07d0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ neutron.service_plugins =
vmware_nsxv_qos = vmware_nsx.services.qos.nsx_v.plugin:NsxVQosPlugin
neutron.qos.notification_drivers =
vmware_nsxv3_message_queue = vmware_nsx.services.qos.nsx_v3.message_queue:NsxV3QosNotificationDriver
neutron.ipam_driver =
neutron.ipam_drivers =
vmware_nsxv_ipam = vmware_nsx.services.ipam.nsx_v.driver:NsxvIpamDriver
vmware_nsx.neutron.nsxv.router_type_drivers =
shared = vmware_nsx.plugins.nsx_v.drivers.shared_router_driver:RouterSharedDriver