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:
parent
8a1d09e898
commit
daf6db7530
@ -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)
|
||||
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user