Cannot restore volume to a different availability zone
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
New
|
Undecided
|
Unassigned | ||
Bug Description
cinderclient added support in Wallaby[1] to be able to restore a backup to a different AZ with the help of --availability-zone and --volume-type parameters
However, openstackclient doesn't have such support
# cinderclient
$ cinder backup-restore
usage: cinder backup-restore [--volume <volume>] [--name <name>] [--volume-type <volume-type>] [--availability
error: the following arguments are required: <backup>
Try 'cinder help backup-restore' for more information.
# openstackclient
$ openstack volume backup restore
usage: openstack volume backup restore [-h] [-f {json,shell,
openstack volume backup restore: error: the following arguments are required: <backup>
[1] https:/