heat/heat/db
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
..
sqlalchemy del _session(), use context.session directly 2016-06-22 10:45:04 +12:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Be consistent about context first argument in db api 2016-06-22 10:45:04 +12:00
utils.py Add --verbose-update-params option to heat-manage 2016-05-04 13:12:41 -05:00