Update help message for cinder migrate
As per the doc bug https://bugs.launchpad.net/openstack-manuals/+bug/1363830 documentation for the cinder CLI should be updated to reflect that the host needs to be given in the form host@backend#pool, and the docs for the cli-reference are auto-generated from the client. Change-Id: I66d41e05436782c3acd24f9633c4b67ca5c56b15
This commit is contained in:
parent
cb08ce33eb
commit
1a3dbfaabb
@ -1189,7 +1189,8 @@ def do_upload_to_image(cs, args):
|
||||
|
||||
|
||||
@utils.arg('volume', metavar='<volume>', help='ID of volume to migrate.')
|
||||
@utils.arg('host', metavar='<host>', help='Destination host.')
|
||||
@utils.arg('host', metavar='<host>', help='Destination host. Takes the form: '
|
||||
'host@backend-name#pool')
|
||||
@utils.arg('--force-host-copy', metavar='<True|False>',
|
||||
choices=['True', 'False'],
|
||||
required=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user