Follow up nits in the patch "ironic node-inject-nmi"

This is a follow-up patch for 'Add a new command "ironic
node-inject-nmi"' [1] to fix nits, docstring and release note.

 [1] Ib19e020685d46051ddf3086adde57ed229b22797

Change-Id: I5fd5e41983c052717474dc33571abf0856ecca28
Partial-Bug: #1526226
This commit is contained in:
Naohiro Tamura 2017-01-24 10:38:14 +09:00
parent 8a1d09e898
commit daf6db7530
2 changed files with 3 additions and 2 deletions

View File

@ -588,7 +588,7 @@ def do_node_get_boot_device(cc, args):
@cliutils.arg('node', metavar='<node>', help="Name or UUID of the node.")
def do_node_inject_nmi(cc, args):
"""Inject NMI for a node."""
"""Inject NMI to a node."""
cc.node.inject_nmi(args.node)

View File

@ -1,3 +1,4 @@
---
features:
- Add a new command "ironic node-inject-nmi" to support inject nmi.
- Add a new command "ironic node-inject-nmi" to support the
injection of Non-Masking Interrupts (NMI).