]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Clean up QoS rules first, then QoS policies
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 7 Aug 2015 11:50:07 +0000 (13:50 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 7 Aug 2015 11:51:52 +0000 (13:51 +0200)
commit06368a001932a748fa78a6bb1f8419a5b78ee515
treec90964e690bbfba32b4f3fc35edb527fc0943170
parent0a0b4c53c0dfdb1d1274286d7c1058ddccf17410
Clean up QoS rules first, then QoS policies

Since policy deletion kills all rules by CASCADE, cleaning rules up
after policies is basically no-op. Instead, let's swap the order and
in that way implicitly cover rule deletions.

Change-Id: Id3a7d8ddf5599a532e3d5609d94522579f85b938
Partially-Implements: blueprint quantum-qos-api
neutron/tests/api/base.py