]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Recycle IPs used by 'gateway' ports
authorSalvatore Orlando <salv.orlando@gmail.com>
Tue, 21 May 2013 18:05:00 +0000 (20:05 +0200)
committerSalvatore Orlando <salv.orlando@gmail.com>
Tue, 21 May 2013 18:06:09 +0000 (20:06 +0200)
commit8b3445eaa5008d3f8c9932ab95a03d0115b6ea32
tree848b0c04e1798dd753a4b474bd1b7546d5373309
parent08c49053c1fb38560b1b243f5219570305444d2c
Recycle IPs used by 'gateway' ports

Bug 1182602

Previous code simply removed IP allocation for these ports which
should never have an IP. This patch triggers IP recycling so the
IP addresses can be reused by other ports.

Change-Id: I594e02d5bbc78b219eab07e595cde713d6450ffe
quantum/plugins/nicira/nicira_networkgw_db.py
quantum/tests/unit/nicira/test_networkgw.py