vmware-nsx/vmware_nsx/db/migration/alembic_migrations
Adit Sarfaty 70fbe736b7 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.

The fix is to remove the foreign key constraint from the mapping table, and
manually delete the entry.

Change-Id: I28e1c7c5ad0bb487d9c19ce76e2f7820f029678e
2017-03-15 13:58:27 +02:00
..
versions NSX-V3: Fix QoS delete 2017-03-15 13:58:27 +02:00
__init__.py Move vmware_nsx/neutron/db to vmware_nsx/db 2015-09-14 16:45:18 -07:00
env.py Use model_base from neutron_lib 2016-09-01 02:37:49 -07:00
script.py.mako Move vmware_nsx/neutron/db to vmware_nsx/db 2015-09-14 16:45:18 -07:00