neutron/neutron/tests/unit/services/qos
Miguel Angel Ajo 8fcba9dec8 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
2016-12-05 11:46:45 +01:00
..
notification_drivers Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
__init__.py Handle qos_policy on network/port create/update 2015-07-19 08:33:04 +02:00
base.py Base on SqlTestCase to init db tables correctly 2015-08-28 07:57:48 +02:00
test_qos_plugin.py QoS: update the database before notifying the backend on delete 2016-12-05 11:46:45 +01:00