summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/ilo/power.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/drivers/modules/ilo/power.py')
-rw-r--r--ironic/drivers/modules/ilo/power.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ironic/drivers/modules/ilo/power.py b/ironic/drivers/modules/ilo/power.py
index ee8fcc794..a1363fb52 100644
--- a/ironic/drivers/modules/ilo/power.py
+++ b/ironic/drivers/modules/ilo/power.py
@@ -44,9 +44,8 @@ def _attach_boot_iso_if_needed(task):
This method checks the instance info of the baremetal node for a
boot iso. If the instance info has a value of key 'boot_iso',
- it indicates that 'boot_option' is 'netboot'. Therefore it attaches
- the boot ISO on the baremetal node and then sets the node to boot from
- virtual media cdrom.
+ it indicates ramdisk deploy. Therefore it attaches the boot ISO on the
+ baremetal node and then sets the node to boot from virtual media cdrom.
:param task: a TaskManager instance containing the node to act on.
"""