]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix display name change during backup restore
authorVipin Balachandran <vbala@vmware.com>
Thu, 9 Oct 2014 11:20:24 +0000 (16:50 +0530)
committerVipin Balachandran <vbala@vmware.com>
Fri, 10 Oct 2014 12:38:08 +0000 (18:08 +0530)
commit7ee80f76674bf4ee37b42a1223eb570138425ddd
tree0ff34361064a411f723e4ad23f87de18e4aad940
parent35b6b55ff3c79ed345c6c682f3aa676097f9a7a3
Fix display name change during backup restore

Currently the display name and description of the target volume
is changed to that in the backup meta-data during backup restore.
This can confuse the end-user, especially in the case of restore
to an existing volume. This patch removes display name and display
description from the list of fields to be copied from the backup
meta-data to update the volume.

Change-Id: I21a0505352ddc8db801f4820d575399a4771b259
Closes-Bug: #1376194
cinder/backup/driver.py
cinder/tests/test_backup_driver_base.py