summaryrefslogtreecommitdiffstats
path: root/openstack/common/db/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove openstack.common.db.commonMark McLoughlin2013-02-071-51/+0
| | | | | | | | | | | | Since this only contains exceptions that are either used in session.py or utils.py (not both), it seems sensible to move them into the modules where they are used. Also, remove the use of the Invalid base exception class since we don't seem to be making use of the base class anywhere by catching it rather than the more specialized exceptions. Change-Id: Ib05bb2e0a9494e1dc60c60b8eee0e76b5d2ee555
* Add missing DBDuplicateEntryMark McLoughlin2013-02-071-0/+7
| | | | | | | The session.py part of nova's 8835866 was imported, but not the newly added exception. Change-Id: I0d79a8536f0c8f14cb062dc61c5fce100b63fd64
* Import sqlalchemy session/models/utilsEric Windisch2013-02-051-0/+44
Bring in session, base model, utilities, and tests for sqlalchemy from Nova. Add sqlalchemy to pip-requires and and python-mysql to test-requires. Partially implements blueprint common-db Change-Id: I3e0065cdac87e10c4e0742d66c293c72bb3acbb2