fog / fog-openstack

Fog for OpenStack Platform
MIT License
69 stars 130 forks source link

Add optional 'name' parameter to backup restore #419

Closed mansam closed 6 years ago

mansam commented 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.

theopenlab-ci[bot] commented 6 years ago

Build succeeded.

gildub commented 6 years ago

@mansam, LGTM. Could you please fix the hound/rubocop issue?

gildub commented 6 years ago

@mansam, never mind, I did it.

mansam commented 6 years ago

@gildub thanks for fixing the hounds while I was on PTO, and for merging!