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:
Nate Potter 2015-11-06 21:48:19 +00:00
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,