]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add model support for DHCP lease expiration
authorMark McClain <mark.mcclain@dreamhost.com>
Tue, 14 Aug 2012 03:18:54 +0000 (23:18 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Tue, 14 Aug 2012 17:17:43 +0000 (13:17 -0400)
commit4ee0d1c54a92f258593ff3dbf2acc50075a5d8e1
treeb8415fbb1ae894abfb53156423cb77c068697cc2
parent96827953beba575a12acde5377adba95de00690a
Add model support for DHCP lease expiration

bug 1022804

This fix is phase 1 of a fix that to address re-allocation of a fixed_ip before
the DHCP lease expires.  The next phases will add RPC and recycling
support.

Change-Id: I3c907ade5cde562ff5a222bd97e56ffef367c722
etc/quantum.conf
quantum/common/config.py
quantum/db/db_base_plugin_v2.py
quantum/db/models_v2.py
quantum/tests/unit/test_db_plugin.py