7e3566ed04
Enhance the 'backup-restore' shell command to support restoring a backup to a newly created volume of a specific volume type and/or in a different AZ. New '--volume-type' and '--availability-zone' arguments leverage the existing cinder API's ability to create a volume from a backup, which was added in microversion v3.47. The shell code is a new v3 implementation, and it drops support for the v2 command's deprecated '--volume-id' argument. Change-Id: Ic6645d3b973f8487903c5f57e936ba3b4b3bf005
8 lines
298 B
YAML
8 lines
298 B
YAML
---
|
|
features:
|
|
- |
|
|
Enhance the ``backup-restore`` shell command to support restoring to a new
|
|
volume created with a specific volume type and/or in a different AZ. New
|
|
``--volume-type`` and ``--availability-zone`` arguments are compatible with
|
|
cinder API microversion v3.47 onward.
|