]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Stub out the database access API
authorTomas Sedovic <tomas@sedovic.cz>
Thu, 29 Mar 2012 16:02:16 +0000 (18:02 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Thu, 29 Mar 2012 16:02:16 +0000 (18:02 +0200)
commitfcaea6527b9550c9e7aae5d055150422830e67b4
tree90ec2d6173a29903f5ca8bfa5654ff96983af0d2
parentbf651f4207e81ef47e4495402a82e230f533de43
Stub out the database access API
heat/db/__init__.py [new file with mode: 0644]
heat/db/api.py [new file with mode: 0644]
heat/db/sqlalchemy/__init__.py [new file with mode: 0644]
heat/db/sqlalchemy/api.py [new file with mode: 0644]