neutron/releasenotes/notes/create-sunet-with-gateway-and-subnetpools-559335807639b5b6.yaml
Rodolfo Alonso Hernandez 303d24ab8a Allow to manually define the gateway IP when using subnet pools
Now is possible to define a gateway IP when creating a subnet using a
subnet pool. The IPAM subnet generator retrieves the available IP
ranges in the subnet pool and generates a list of candidate subnets
with the prefix lenght defined. If the gateway IP can be allocated in
one of those candidate subnets, the IPAM returns a valid IpamSubnet
that will be used to create a Neutron subnet.

Closes-Bug: #1904436

Change-Id: Ib1d1f591c4d0f59ebff3ddcb3be7b10b0b5e67dc
2021-02-27 10:06:35 +00:00

8 lines
272 B
YAML

---
features:
- |
Now it is possible to define a gateway IP when creating a subnet using a
subnet pool. If the gateway IP can be allocated in one of the subnet
pool available subnets, this subnet is created; otherwise a ``Conflict``
exception is raised.