neutron/neutron/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 Switch to new engine facade for IpamPluggableBackend and Ipam driver 2020-12-15 11:10:36 +00:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
exceptions.py Prevent some L3 ports change IP address 2018-12-13 14:24:23 +00:00
requests.py Allow to manually define the gateway IP when using subnet pools 2021-02-27 10:06:35 +00:00
subnet_alloc.py Fix pep8 errors found by hacking 2.0.0 2019-12-13 16:41:27 -05:00
utils.py IPv6 accepts first address only for routers 2020-01-12 20:39:07 +00:00