vmware-nsx/vmware_nsx/services/qos
Adit Sarfaty 635833ded4 NSX-V3: Fix QoS delete
In commit I1f863bf91f712d4b12db753b13cc6b842b6918a4 the qos driver stopped
using the message queue.
So the delete callback is now called in the plugin context, after the qos
policy is already deleted.
This means that we cannot access the backend profile id in the DB, since it
was already deleted too.

Since we cannot change the DB model for Ocata, this fix looks up the profile
in the nsx backend before deleting it.

Change-Id: If038e3af16598ba17f5cf29083e15059c94e95d9
2017-03-21 07:26:24 +00:00
..
common NSX-V: support qos policy in network get 2016-06-05 11:07:51 +00:00
nsx_v Integration with neutron-lib plugin directory 2016-11-23 20:18:17 +00:00
nsx_v3 NSX-V3: Fix QoS delete 2017-03-21 07:26:24 +00:00
__init__.py Move vmware_nsx/neutron/services to vmware_nsx/services 2015-09-14 16:59:23 -07:00