Comment 6 for bug 1646370

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/newton)

Reviewed: https://review.openstack.org/484659
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=364501f574c075ed97810e7dff4478d66bc0c9a9
Submitter: Jenkins
Branch: stable/newton

commit 364501f574c075ed97810e7dff4478d66bc0c9a9
Author: Miguel Angel Ajo <email address hidden>
Date: Thu Dec 1 16:18:36 2016 +0100

    QoS: update the database before notifying the backend on delete

    Previously, the QoS plugin was executing the DB delete operation
    after notifying the backend about the operation. This leads
    to situations where the backend is notified for deletion, and
    then the policy can't be deleted because it's in use.

    Correct order is, DB delete first, then notify the backend.

    Change-Id: I357543832b9359bf169d05d079bd153f0ee591c4
    Closes-Bug: #1646370
    (cherry picked from commit 8fcba9dec801a0fb57ff29f97838958f083c8131)