]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix backup import
authorlisali <xiaoyan.li@intel.com>
Mon, 7 Mar 2016 14:24:15 +0000 (14:24 +0000)
committerlisali <xiaoyan.li@intel.com>
Mon, 7 Mar 2016 14:39:05 +0000 (14:39 +0000)
commita0ab1467eb978e49988380eddbee0a9b2d810474
tree183c41eeb39493a2dc6d6e7150a250b4f305751c
parenteda7bc39ac183adeb9344836f2d38a9bc806531c
Fix backup import

During importing backup, Cinder finds out the backup
with same id, including deleted backup. There is problems
in current codes to get backup.

This patch is to transfer read_deleted parameter in
backup_get.

Change-Id: Ie13dfe5980b1c60b44e03267b88cfc056b30043b
Closes-bug: #1554055
cinder/db/sqlalchemy/api.py
cinder/tests/unit/test_db_api.py