]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move db crypto code out of the engine
authorZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 15:35:22 +0000 (16:35 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 16:05:13 +0000 (17:05 +0100)
commit6f31e49f69abf891d0fba3393b01ddd9aba48a37
tree6da16664e273ca13e008f5498fcd6275c7a65fd9
parent97135b8f608e8ff64cba5e77384ada4e9fef626c
Move db crypto code out of the engine

Move it to heat.common instead, and change the module name to better
reflect what it does.

Change-Id: I14a8cdcea8e16607f10464e07fcab3da4f01fe10
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/common/crypt.py [moved from heat/engine/auth.py with 97% similarity]
heat/db/sqlalchemy/api.py