Use Ironic's generic service name in help messages

Generic service names should be used instead of a specific
implementation name.

Change-Id: I5e05326cca62f6f99580740ebdcb4b6ca31c664b
This commit is contained in:
Julie Pichon 2016-08-25 20:40:45 +01:00
parent 9abdb43f43
commit 64dcf41222
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class ProvideNode(command.Command):
nargs="*",
metavar="<node_uuid>",
default=[],
help=_('Ironic UUIDs for the node(s) to be '
help=_('Baremetal Node UUIDs for the node(s) to be '
'provided'))
group.add_argument("--all-manageable",
action='store_true',
@ -112,7 +112,7 @@ class IntrospectNode(command.Command):
nargs="*",
metavar="<node_uuid>",
default=[],
help=_('Ironic UUIDs for the node(s) to be '
help=_('Baremetal Node UUIDs for the node(s) to be '
'introspected'))
group.add_argument("--all-manageable",
action='store_true',