heat/heat/db/sqlalchemy
Steve Baker 419c9ab994 del _session(), use context.session directly
There should always be a context supplied, lets use its session
directly so we can be sure that the session is the shared one from the
context.

Any remaining functions which call get_session() directly will be
handled in their own changes as some require special behaviour.

Change-Id: I3e52d2ff6bb1014f201715a1b1ba32c122c2391d
Related-Bug: #1479723
2016-06-22 10:45:04 +12:00
..
migrate_repo De-duplicate raw_template.files 2016-05-25 15:27:27 -04:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py del _session(), use context.session directly 2016-06-22 10:45:04 +12:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Squash database patches 2016-04-09 02:16:38 +00:00
models.py Merge "De-duplicate raw_template.files" 2016-05-26 03:16:18 +00:00
types.py Remove usage of sqlalchemy mutables 2015-06-26 11:02:03 +02:00
utils.py Add retries to avoid dberror for user_creds_delete 2016-03-17 23:02:57 +05:30