Merge "Follow up for OSC volume target commands"

This commit is contained in:
Jenkins 2017-07-17 14:53:12 +00:00 committed by Gerrit Code Review
commit 5a9f5980d7
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class CreateBaremetalVolumeTarget(command.ShowOne):
parser.add_argument(
'--node',
dest='node_uuid',
metavar='<node>',
metavar='<uuid>',
required=True,
help=_('UUID of the node that this volume target belongs to.'))
parser.add_argument(
@ -154,7 +154,7 @@ class ListBaremetalVolumeTarget(command.Lister):
'--node',
dest='node',
metavar='<node>',
help=_("Only list volume targts of this node (name or UUID)."))
help=_("Only list volume targets of this node (name or UUID)."))
parser.add_argument(
'--limit',
dest='limit',
@ -289,7 +289,7 @@ class SetBaremetalVolumeTarget(command.Command):
parser.add_argument(
'--node',
dest='node_uuid',
metavar='<node>',
metavar='<uuid>',
help=_('UUID of the node that this volume target belongs to.'))
parser.add_argument(
'--type',