]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for backup encryption metadata
authorBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Fri, 29 Aug 2014 21:19:29 +0000 (17:19 -0400)
committerBrianna Poulos <Brianna.Poulos@jhuapl.edu>
Tue, 9 Dec 2014 19:14:40 +0000 (11:14 -0800)
commita02cc07bd823e9795b1563ce058772795772bbd9
tree953ff19f5f21026976a73703b06cd7489c1e753e
parentace2a60792f0e1fa515993dbae9ce4dc066c5b85
Add support for backup encryption metadata

This modification allows the encryption key UUID field, which
has been added to the volume table, to remain valid when encrypted
volumes are backed up and then restored, which enables the restored
volume to be accessible and encrypted.  This is related to patch
https://review.openstack.org/#/c/39573/, except that it uses the
backup metadata support recently added in patch
https://review.openstack.org/#/c/51900/ rather than modifying the
backup api.

Change-Id: Ib91f8275271e6bd4f2d9e17499d16ec13bca2b84
Implements: blueprint backup-support-for-encrypted-volumes
DocImpact
cinder/backup/driver.py
cinder/exception.py
cinder/tests/test_backup_ceph.py
cinder/tests/test_backup_driver_base.py
cinder/volume/api.py
cinder/volume/flows/api/create_volume.py