neutron/neutron/tests/unit/ipam
Kevin Benton 3f9cb90ca2 Use next available address for dhcp ports
Preserve sequential IP allocation for DHCP ports to
avoid interferring with templating systems like heat
that expect a freshly created subnet to have higher
numbered IP addresses available for resources.

The change to randomized allocations was breaking
heat templates that tried to use a specific address
in the subnet that didn't use to be near where DHCP
ports were allocated (e.g. the 10th address).

Change-Id: I4dbda44460adc873b2e4dc1638a34bfac9bb1fc4
2016-06-09 02:16:01 -07:00
..
drivers Compute IPAvailabilityRanges in memory during IP allocation 2016-06-09 18:54:12 +00: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 Use next available address for dhcp ports 2016-06-09 02:16:01 -07:00
test_subnet_alloc.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_utils.py Fix issues with allocation pool generation for ::/64 cidr 2015-07-08 10:36:55 +01:00