vmware-nsx/releasenotes/notes/nsxv3-ipam-support-137174152c65459d.yaml
Adit Sarfaty 1266099049 NSX|V3 IPAM support
The NSX-V3 plugin will use the NSX-V3 backend IPAM.
An IP pool will be created for each subnet, and port IPs will be allocated
from this pool.
The current backend limitation is that we cannot allocate a specific IP,
so port create/update with fixed_ips will fail, unless the requested ip
is the subnet gateway ip.

To enable this option set 'ipam_driver = vmware_nsxv3_ipam' in the
neutron.conf

Change-Id: I5263555cbb776018a5d01f19d0997fd2adf6483d
2017-01-15 12:49:00 +00:00

12 lines
448 B
YAML

---
prelude: >
The NSX-v3 plugin can use the platform IPAM for ip allocations for all
network types.
features:
- The NSX-v3 plugin can use the platform IPAM for ip allocations for all
network types.
In order to use this feature, the ipam_driver in the neutron.conf file
should be set to vmware_nsxv3_ipam.
Currently the plugin does not support allocating a specific address
from the pool depending on the NSX version.