Follow-up patch of 565b31424ef4e1441cae022486fa6334a2811d21
This commit removes the inconsistent debug statements from ilo/boot.py Change-Id: Iae127f4e7a209ef8db33fb8e7252cde350a4b8bf
This commit is contained in:
parent
2a2548336d
commit
fbea7b3ed2
@ -535,7 +535,6 @@ class IloVirtualMediaBoot(base.BootInterface):
|
||||
:raises: IloOperationError, if some operation on iLO failed.
|
||||
"""
|
||||
|
||||
LOG.debug("Cleaning up the ironic ramdisk.")
|
||||
ilo_common.cleanup_vmedia_boot(task)
|
||||
|
||||
def _configure_vmedia_boot(self, task, root_uuid):
|
||||
@ -628,7 +627,6 @@ class IloPXEBoot(pxe.PXEBoot):
|
||||
:raises: IloOperationError, if some operation on iLO failed.
|
||||
"""
|
||||
|
||||
LOG.debug("Cleaning up the instance.")
|
||||
manager_utils.node_power_action(task, states.POWER_OFF)
|
||||
disable_secure_boot_if_supported(task)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user