deb-heat/heat/db/sqlalchemy
Zane Bitter ce22b59b62 Revert "Hard delete backup stack after successful update."
This reverts commit 7cf6e52cac.

This change appears to be the cause of many Tempest test breakages.  Prior
to this a new raw_template entry was created in the database after an
update, and the pointer to the new raw_template and the stack status were
changed atomically. Now those two pieces of data are being updated
separately... it seems like it is possible for the database to return the
new version of the stack on one call followed by the old version of the
template on another call. Tempest is observing the stack status change to
UPDATE_COMPLETE but then still getting data from the old template when
doing a resource list immediately after.

Change-Id: Ieea739bc45dcc365ccb6f09d0e848e310d327134
Partial-Bug: #1370865
2014-10-06 16:46:55 -04:00
..
migrate_repo Switch to oslo.utils 2014-09-30 14:27:59 +02:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Revert "Hard delete backup stack after successful update." 2014-10-06 16:46:55 -04:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Migrate to oslo.db 2014-07-15 10:14:56 +02:00
models.py Revert "Hard delete backup stack after successful update." 2014-10-06 16:46:55 -04:00
mutable.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
types.py Order imports in alphabetical order (4/9) 2014-03-13 12:22:45 +02:00