summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Baker <sbaker@redhat.com>2021-12-16 09:34:51 +1300
committerSteve Baker <sbaker@redhat.com>2021-12-16 09:34:51 +1300
commit4549820bfad9fb4ba1a676a00aa966caec3538b9 (patch)
tree662fb302afafcaa51602163c14d864c6b820fbfe
parent4ce3c4ebf2601beacc31b1e35c804fcab912bbf9 (diff)
downloadpython-ironicclient-4549820bfad9fb4ba1a676a00aa966caec3538b9.tar.gz
Improve description of "node boot mode set"4.10.0
The current description is ambigious and suggests that the actual boot mode for an existing node might be immediately changed. This change clarifies that the set boot mode will be used for the next deployment attempt. rhbz#2006021 Change-Id: Iefbbe47c64f7ca302761c02106b79bdef1a1c635
-rwxr-xr-xironicclient/osc/v1/baremetal_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/osc/v1/baremetal_node.py b/ironicclient/osc/v1/baremetal_node.py
index 1f1b947..e5fcc21 100755
--- a/ironicclient/osc/v1/baremetal_node.py
+++ b/ironicclient/osc/v1/baremetal_node.py
@@ -243,7 +243,7 @@ class BootdeviceShowBaremetalNode(command.ShowOne):
class BootmodeSetBaremetalNode(command.Command):
- """Set boot mode for baremetal node"""
+ """Set the boot mode for the next baremetal node deployment"""
log = logging.getLogger(__name__ + ".BootmodeSetBaremetalNode")