summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ilo/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/ilo/common.py')
-rw-r--r--ironic/drivers/modules/ilo/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/drivers/modules/ilo/common.py b/ironic/drivers/modules/ilo/common.py
index 02085ea5d..1d1363d0d 100644
--- a/ironic/drivers/modules/ilo/common.py
+++ b/ironic/drivers/modules/ilo/common.py
@@ -348,7 +348,7 @@ def update_boot_mode(task):
if boot_mode is not None:
LOG.debug("Node %(uuid)s boot mode is being set to %(boot_mode)s",
{'uuid': node.uuid, 'boot_mode': boot_mode})
- set_boot_mode(node, boot_mode.lower())
+ set_boot_mode(node, boot_mode)
return
LOG.debug("Check pending boot mode for node %s.", node.uuid)