Merge "Fix <id> description for --block-device-mapping"
This commit is contained in:
commit
60da718fde
@ -575,13 +575,12 @@ class CreateServer(command.ShowOne):
|
|||||||
# NOTE(RuiChen): Add '\n' at the end of line to put each item in
|
# NOTE(RuiChen): Add '\n' at the end of line to put each item in
|
||||||
# the separated line, avoid the help message looks
|
# the separated line, avoid the help message looks
|
||||||
# messy, see _SmartHelpFormatter in cliff.
|
# messy, see _SmartHelpFormatter in cliff.
|
||||||
# FIXME(mriedem): Technically <id> can be the name or ID.
|
|
||||||
help=_('Create a block device on the server.\n'
|
help=_('Create a block device on the server.\n'
|
||||||
'Block device mapping in the format\n'
|
'Block device mapping in the format\n'
|
||||||
'<dev-name>=<id>:<type>:<size(GB)>:<delete-on-terminate>\n'
|
'<dev-name>=<id>:<type>:<size(GB)>:<delete-on-terminate>\n'
|
||||||
'<dev-name>: block device name, like: vdb, xvdc '
|
'<dev-name>: block device name, like: vdb, xvdc '
|
||||||
'(required)\n'
|
'(required)\n'
|
||||||
'<id>: UUID of the volume, volume snapshot or image '
|
'<id>: Name or ID of the volume, volume snapshot or image '
|
||||||
'(required)\n'
|
'(required)\n'
|
||||||
'<type>: volume, snapshot or image; default: volume '
|
'<type>: volume, snapshot or image; default: volume '
|
||||||
'(optional)\n'
|
'(optional)\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user