96188c66a5
This patch refactors vmware-nsx to use provider net from neutron-lib. For more details see [1]. Also note that vmware-nsx code uses the private API _raise_if_updates_provider_attributes(). While it's a bad practice to use private APIs, I've submitted a patch to try and get it into lib [2]. NeutronLibImpact [1] https://review.openstack.org/421562/ [2] https://review.openstack.org/421961/ Change-Id: I340550a5564c5bbff2e20745f21a8c97a64b7395
Enabling NSXv IPAM for external & provider networks in Devstack
Download DevStack
Update the
local.conf
file:[[post-config|$NEUTRON_CONF]] [DEFAULT] ipam_driver = vmware_nsxv_ipam
run
stack.sh