]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix missing deallocation of gateway ip
authorDan Wendlandt <dan@nicira.com>
Wed, 8 Aug 2012 22:30:48 +0000 (15:30 -0700)
committerDan Wendlandt <dan@nicira.com>
Wed, 8 Aug 2012 22:30:48 +0000 (15:30 -0700)
commitbcde97b48552072bda453e08f6a5c669b2838c05
tree6683187f2d53108497f6622712ff66ef856e0b42
parentde1d7d953772e3667c75caacd8a44f7026f88228
fix missing deallocation of gateway ip

bug 1032506

when deleting a port that uses the gateway IP, we were not removing
the IPAllocation entry, which resulted in a depedency issue when we
deleted the port that the IPAllocation entry referenced.

Change-Id: I272a6572c389ef8c12585f4b62204f5877cda078
quantum/db/db_base_plugin_v2.py