From b8f5312bb415548472eb6c89941378f1d62685bd Mon Sep 17 00:00:00 2001 From: Adit Sarfaty Date: Thu, 8 Dec 2016 14:32:45 +0200 Subject: [PATCH] NSX|v add IPAM driver to setup.cfg This will allow simpler configuration of the ipam_driver in the neutron.cong Change-Id: Icc81117ab778528b901a9eeaad152a507acad0c2 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0a7d398534..2fb1b4fd94 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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