summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/irmc/boot.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-05 16:47:32 +0000
committerGerrit Code Review <review@openstack.org>2022-08-05 16:47:32 +0000
commitb34d79e3f440c408520f24a2263dc587ac205ee2 (patch)
tree0ee070d1724029080ceef5230da774970db8a8cb /ironic/drivers/modules/irmc/boot.py
parent86638d1dfdfe770ac4317ae3546cc7816f7f5cf1 (diff)
parentf0a1778766d2fbd13dfa7dcf4521004deddcab55 (diff)
downloadironic-b34d79e3f440c408520f24a2263dc587ac205ee2.tar.gz
Merge "Finally remove support for netboot and the boot_option capability"
Diffstat (limited to 'ironic/drivers/modules/irmc/boot.py')
-rw-r--r--ironic/drivers/modules/irmc/boot.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ironic/drivers/modules/irmc/boot.py b/ironic/drivers/modules/irmc/boot.py
index 84964bd2f..11153a6f1 100644
--- a/ironic/drivers/modules/irmc/boot.py
+++ b/ironic/drivers/modules/irmc/boot.py
@@ -376,9 +376,8 @@ def attach_boot_iso_if_needed(task):
This method checks the instance info of the bare metal node for a
boot ISO. If the instance info has a value of key 'boot_iso',
- it indicates that 'boot_option' is 'netboot'. Threfore it attaches
- the boot ISO on the bare metal node and then sets the node to boot from
- virtual media cdrom.
+ it indicates ramdisk deploy. Therefore it attaches the boot ISO on the bare
+ metal node and then sets the node to boot from virtual media cdrom.
:param task: a TaskManager instance containing the node to act on.
:raises: IRMCOperationError if attaching virtual media failed.