deb-heat/heat/db
Zane Bitter fdcf6f8a3c Allow raw templates to be updated in the DB
Note that although this raw_template_update_template() will get called at
least every time the stack changes state (so twice for each operation), the
performance cost is negligible: we use the context's session, so the get()
will just retrieve the session's cached object, and we don't issue the
write unless the template has actually changed.

Change-Id: I3f231b88d08ab31c275cb9fecbf2600456c793c3
2014-06-16 11:13:30 -04:00
..
sqlalchemy Allow raw templates to be updated in the DB 2014-06-16 11:13:30 -04:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Allow raw templates to be updated in the DB 2014-06-16 11:13:30 -04:00
sync.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
utils.py Sync latest oslo.db code 2014-04-11 10:48:46 +03:00