diff options
| author | Zuul <zuul@review.opendev.org> | 2019-08-20 18:10:20 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-08-20 18:10:20 +0000 |
| commit | 60da718fdec19127766887400745c9017475138d (patch) | |
| tree | 8e41dd17033beff7573edc8a944d807266c962aa /openstackclient | |
| parent | 07fcb733fc873291f99750a9dada9f8b68c85abf (diff) | |
| parent | c28ed25e3a6f2d9cf5fc349c544354a9d07aa957 (diff) | |
| download | python-openstackclient-60da718fdec19127766887400745c9017475138d.tar.gz | |
Merge "Fix <id> description for --block-device-mapping"
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/compute/v2/server.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/server.py b/openstackclient/compute/v2/server.py index a0afa389..fee2b27d 100644 --- a/openstackclient/compute/v2/server.py +++ b/openstackclient/compute/v2/server.py @@ -575,13 +575,12 @@ class CreateServer(command.ShowOne): # NOTE(RuiChen): Add '\n' at the end of line to put each item in # the separated line, avoid the help message looks # messy, see _SmartHelpFormatter in cliff. - # FIXME(mriedem): Technically <id> can be the name or ID. help=_('Create a block device on the server.\n' 'Block device mapping in the format\n' '<dev-name>=<id>:<type>:<size(GB)>:<delete-on-terminate>\n' '<dev-name>: block device name, like: vdb, xvdc ' '(required)\n' - '<id>: UUID of the volume, volume snapshot or image ' + '<id>: Name or ID of the volume, volume snapshot or image ' '(required)\n' '<type>: volume, snapshot or image; default: volume ' '(optional)\n' |
