neutron/neutron/tests/unit/ipam
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
..
drivers Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00
fake_driver.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
test_requests.py Allow to manually define the gateway IP when using subnet pools 2021-02-27 10:06:35 +00:00
test_subnet_alloc.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_utils.py IPv6 accepts first address only for routers 2020-01-12 20:39:07 +00:00