Merge "Update help message for cinder migrate"

This commit is contained in:
Jenkins
2015-11-15 03:50:38 +00:00
committed by Gerrit Code Review

View File

@@ -1208,7 +1208,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,