]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add lease expiration management to ip recycling
authorMark McClain <mark.mcclain@dreamhost.com>
Wed, 29 Aug 2012 17:56:50 +0000 (13:56 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Sat, 1 Sep 2012 06:55:06 +0000 (02:55 -0400)
commitdde6922b98c993ce4de355b9856d54b47197cd5d
tree37c29010114f00f133b45218018eac10ca4108cb
parentd1dce679f1dcd5bed44efa1576e446b02b2a4371
Add lease expiration management to ip recycling

Fixes bug 1022804

This is the 3rd and final patch for this bug.  This patch alters ip allocation
recycling to honor lease expiration. Allocations that are in the
expiration wait state have null port_ids.

Change-Id: Ib7960b142eb15733c6418b01973d02a827634cb6
quantum/db/db_base_plugin_v2.py
quantum/db/models_v2.py
quantum/plugins/cisco/network_plugin.py
quantum/tests/unit/test_db_plugin.py