heat/heat/db
Steven Hardy 73a8743367 heat : ensure DB user creds aren't written decrypted
Return the decrypted user_creds record as a dict copy
and do not decrypt the credentials direct into the
sqlalchemy model object, or we can inadvertently
end up committing decrypted credentials to the DB

Ref #218

Change-Id: I0df9afcb271804557c94cdf0c913f7a26affdc83
Signed-off-by: Steven Hardy <shardy@redhat.com>
2012-09-19 11:48:29 +01:00
..
sqlalchemy heat : ensure DB user creds aren't written decrypted 2012-09-19 11:48:29 +01:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py heat DB : make watch_data_get_all work with no watch ID 2012-08-23 18:31:21 +01:00
migration.py Added db setup and teardown with sqlite 2012-04-23 08:17:10 -04:00