]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add common Oslo DB code to the source tree
authorRoman Podolyaka <rpodolyaka@mirantis.com>
Thu, 23 May 2013 14:53:52 +0000 (17:53 +0300)
committerRoman Podolyaka <rpodolyaka@mirantis.com>
Thu, 23 May 2013 14:54:10 +0000 (17:54 +0300)
commitb5173e267c8c79341d8ed3b25772c29cb187235a
treeacf0e47e07e19296219a93738789bd0d0c9e2e4c
parentb6b43b717040f40d3eb35fa46ff14f56142bf1f8
Add common Oslo DB code to the source tree

Blueprint: db-session-cleanup

Change-Id: I1e2e6d66474f0f8a655a055d5b2150699d66f1dd
cinder/openstack/common/db/__init__.py [new file with mode: 0644]
cinder/openstack/common/db/api.py [new file with mode: 0644]
cinder/openstack/common/db/exception.py [new file with mode: 0644]
cinder/openstack/common/db/sqlalchemy/__init__.py [new file with mode: 0644]
cinder/openstack/common/db/sqlalchemy/models.py [new file with mode: 0644]
cinder/openstack/common/db/sqlalchemy/session.py [new file with mode: 0644]
cinder/openstack/common/db/sqlalchemy/utils.py [new file with mode: 0644]
openstack-common.conf