neutron/neutron/ipam
Ryan Tidwell 38a080aca3 Remove IP availability range recalculation logic
This patch removes unreachable code that rebuilds IP address
availability data and persists in the database. This is
ultimately derived data that is now computed in memory and never
persisted. The code being removed is dead code and does not
include the contract migration for removal of the
IPAvailabilityRange models.

Change-Id: I96cb67396b8e0ebbe7f98353fad1607405944e44
Partial-Bug: #1543094
2016-06-22 09:21:42 -07:00
..
drivers Remove IP availability range recalculation logic 2016-06-22 09:21:42 -07:00
__init__.py Make IPAM more pythonic 2015-07-09 17:33:17 +00:00
driver.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
exceptions.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
requests.py Use next available address for dhcp ports 2016-06-09 02:16:01 -07:00
subnet_alloc.py Enable IPAM drivers to allocate from more than one subnet 2016-05-10 22:00:46 +00:00
utils.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00