NSX|v add IPAM driver to setup.cfg

This will allow simpler configuration of the ipam_driver in the neutron.cong

Change-Id: Icc81117ab778528b901a9eeaad152a507acad0c2
This commit is contained in:
Adit Sarfaty 2016-12-08 14:32:45 +02:00 committed by Kobi Samoray
parent 27a908ef16
commit b8f5312bb4
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ 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 =
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
distributed = vmware_nsx.plugins.nsx_v.drivers.distributed_router_driver:RouterDistributedDriver