neutron/neutron/tests/unit/ipam/drivers
liuchengqian90 1746d7e0e6 Update the processing of assigned addresses when assigning addresses
1.It is best not to use 'netaddr.IPSet.add',
  because _compact_single_network in 'IPSet.add' is quite time consuming

2.When the current address pool does not have enough addresses,
  all addresses are allocated from the current pool,
  and allocations are continued from the next address pool
  until all addresses are assigned.

Change-Id: I804a95fdaa3552c785e85ffab7b8ac849c634a87
Closes-Bug: #1813253
2019-02-06 20:18:10 +08:00
..
neutrondb_ipam Update the processing of assigned addresses when assigning addresses 2019-02-06 20:18:10 +08:00
__init__.py IPAM reference driver 2015-05-19 09:44:11 -07:00