summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ilo/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/ilo/deploy.py')
-rw-r--r--ironic/drivers/modules/ilo/deploy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ironic/drivers/modules/ilo/deploy.py b/ironic/drivers/modules/ilo/deploy.py
index dbd9d7340..86dc0c729 100644
--- a/ironic/drivers/modules/ilo/deploy.py
+++ b/ironic/drivers/modules/ilo/deploy.py
@@ -335,8 +335,8 @@ def _prepare_node_for_deploy(task):
if change_boot_mode:
ilo_common.update_boot_mode(task)
else:
- # Need to update boot mode that would used during deploy, if one is not
- # provided.
+ # Need to update boot mode that will be used during deploy, if one is
+ # not provided.
# Since secure boot was disabled, we are in 'uefi' boot mode.
if deploy_utils.get_boot_mode_for_deploy(task.node) is None:
instance_info = task.node.instance_info