Improve description of "node boot mode set"

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
This commit is contained in:
Steve Baker 2021-12-16 09:34:51 +13:00
parent 4ce3c4ebf2
commit 4549820bfa
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class BootdeviceShowBaremetalNode(command.ShowOne):
class BootmodeSetBaremetalNode(command.Command): 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") log = logging.getLogger(__name__ + ".BootmodeSetBaremetalNode")