Make OSC nmi command 'inject nmi'

This changes from 'inject_nmi' which doesn't feel right for an OSC
command, because it isn't just english words.

Change-Id: I466039fb7407e69e1375421594378a0a7bce1d7e
This commit is contained in:
Jim Rollenhagen 2016-07-15 11:25:31 -04:00
parent 8bb750c0cf
commit 28eb8ecf21

View File

@ -349,7 +349,7 @@ Client (CLI) impact
* Enhance OSC plugin "openstack baremetal node" so that the parameter * Enhance OSC plugin "openstack baremetal node" so that the parameter
can accept 'reboot [--soft] [--timeout <timeout>]', 'power [on|off can accept 'reboot [--soft] [--timeout <timeout>]', 'power [on|off
[--soft] [--timeout <timeout>]' and 'inject_nmi'. [--soft] [--timeout <timeout>]' and 'inject nmi'.
This CLI is async. In order to get the latest status, This CLI is async. In order to get the latest status,
call "openstack baremetal node show" and check the returned value.:: call "openstack baremetal node show" and check the returned value.::
@ -357,7 +357,7 @@ Client (CLI) impact
usage: openstack baremetal node power off [--soft] [--timeout <timeout>] <uuid> usage: openstack baremetal node power off [--soft] [--timeout <timeout>] <uuid>
usage: openstack baremetal node inject_nmi <uuid> usage: openstack baremetal node inject nmi <uuid>
RPC API impact RPC API impact
-------------- --------------