]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add code from Oslo DB 96d1f887dda Part 2
authorAlexander Gordeev <agordeev@mirantis.com>
Thu, 1 Aug 2013 13:55:12 +0000 (17:55 +0400)
committerAlexander Gordeev <agordeev@mirantis.com>
Fri, 16 Aug 2013 09:16:31 +0000 (13:16 +0400)
commit9b47301dc5c435c898467bed5f9a56999e4b287c
treef1382dbafcf0190ac8a2ad4ebed4e7c9d0156dad
parent709df3811eae80d6248446b46dc36d3907e7f2c0
Add code from Oslo DB 96d1f887dda Part 2

Oslo version 96d1f887dda21b43ba4376187f31953dee6f5273

This commit just adds new db related code from Oslo
into Heat without additional changes

Partially implements blueprint oslo-db-support

Change-Id: I97515beaf0713f409405bdc27590e216f6ed1937
etc/heat/heat.conf.sample
heat/openstack/common/db/__init__.py [new file with mode: 0644]
heat/openstack/common/db/api.py [new file with mode: 0644]
heat/openstack/common/db/exception.py [new file with mode: 0644]
heat/openstack/common/db/sqlalchemy/__init__.py [new file with mode: 0644]
heat/openstack/common/db/sqlalchemy/migration.py [new file with mode: 0644]
heat/openstack/common/db/sqlalchemy/models.py [new file with mode: 0644]
heat/openstack/common/db/sqlalchemy/session.py [new file with mode: 0644]
heat/openstack/common/db/sqlalchemy/utils.py [new file with mode: 0644]
heat/openstack/common/lockutils.py [new file with mode: 0644]
openstack-common.conf