Cannot restore volume to a different availability zone

Bug #2134987 reported by Rajat Dhasmana
6
This bug affects 1 person
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-zone <AZ>] <backup>
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,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--force] <backup> [<volume>]
openstack volume backup restore: error: the following arguments are required: <backup>

[1] https://github.com/openstack/python-cinderclient/commit/7e3566ed04c8f664f6e1df0614499989f6b3560a

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.