python-cinderclient/releasenotes/notes/enhance-backup-restore-shell-command-0cf55df6ca4b4c55.yaml
Alan Bishop 7e3566ed04 Support backup-restore to a specific volume type or AZ
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
2021-01-11 13:05:11 -08:00

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.