nova/nova/db
Matt Riedemann 1b6f48354b Delete instance_id_mappings record in instance_destroy
The instance_create DB API creates an instance_id_mappings record
but instance_destroy was not cleaning it up when the instance is
deleted; this adds that delete code. Otherwise those records
never get moved to shadow tables so you can't archive and purge them.

Change-Id: Idfe52d3c2f987b9aac551f013a0990423d87fad3
Closes-Bug: #1786298
(cherry picked from commit 8a6b57cf74)
(cherry picked from commit 6186996c80)
2019-04-05 15:38:05 +01:00
..
sqlalchemy Delete instance_id_mappings record in instance_destroy 2019-04-05 15:38:05 +01:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Add cross cell sort support for get_migrations 2018-01-09 15:34:03 -05:00
base.py config options: centralize section "database" + "api_database" 2016-05-16 10:20:51 +00:00
migration.py Manage db sync command for cell0 2016-08-22 18:53:45 +03:00