Closed mansam closed 6 years ago
The Cinder API allows providing an optional "name" parameter that will be used when creating a volume to restore the backup to if a volume_id was not passed. This PR adds that parameter to the restore_backup request and restore method.
restore_backup
restore
Build succeeded.
@mansam, LGTM. Could you please fix the hound/rubocop issue?
@mansam, never mind, I did it.
@gildub thanks for fixing the hounds while I was on PTO, and for merging!
The Cinder API allows providing an optional "name" parameter that will be used when creating a volume to restore the backup to if a volume_id was not passed. This PR adds that parameter to the
restore_backup
request andrestore
method.