Comment 3 for bug 1022237

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/10268
Committed: http://github.com/openstack/nova/commit/6b69e63683c49900ac24038b60123a93925401db
Submitter: Jenkins
Branch: master

commit 6b69e63683c49900ac24038b60123a93925401db
Author: Mark McLoughlin <email address hidden>
Date: Wed Jul 25 08:50:17 2012 +0100

    Allow floating IP pools to be deleted

    Fixes bug #1022237

    If you delete all the floating IPs associated with a floating IP, the
    pool still shows up in os-floating-ip-pools extension.

    Fix this by using model_query() in the DB layer so that we ignore
    deleted floating IPs.

    Change-Id: I30d2e716e931400ca4b798b51bb26a73a7747808