]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix cross-import bug in cinder.db.sqlalchemy.api
authorDima Shulyak <dshulyak@mirantis.com>
Wed, 15 Jan 2014 12:44:19 +0000 (14:44 +0200)
committerGerrit Code Review <review@openstack.org>
Thu, 16 Jan 2014 07:24:14 +0000 (07:24 +0000)
commit79f63f95fe81a6642f43c4ad2cb75f657e11ca3c
tree38bc50c741b09078f8cecccd64c992c6020e0f07
parent5be4620ae5bb50c8436de0e11269c85a095ed40b
Fix cross-import bug in cinder.db.sqlalchemy.api

Cross import in cinder.sqlalchemy.db.api module breaks
if lazy loading of db backend is removed

In oslo.incubator db.api lazy loading was removed
Check this change for details https://review.openstack.org/#/c/55985/

Change-Id: I6a75afd0b9b55097ef76ad24c53e84339b527196
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/exception.py
cinder/tests/test_db_api.py