Comment 15 for bug 1413817

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

Reviewed: https://review.openstack.org/174384
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=a3a35ff36f60b5bfb04f3bb16523b9031e9ded2f
Submitter: Jenkins
Branch: master

commit a3a35ff36f60b5bfb04f3bb16523b9031e9ded2f
Author: John Schwarz <email address hidden>
Date: Thu Apr 16 14:08:07 2015 +0300

    Prevent deletion of a subnet with lbaas v1 pool

    When using LBaaS and trying to delete a subnet, neutron has no way of
    knowing if the subnet is associated to some pool. As a result, the
    subnet is deleted but the pool remains associated to the (now
    nonexistent) subnet_id. This patch adds a check in LBaaS side to
    prevent such a case, using the callbacks system.

    Closes-Bug: #1413817
    Change-Id: I1a8893453b0b623df792fdabcf540163007a3f33
    Depends-on: I3d5e231b67c72ffd919c92d65b57da56c63e053c