From fbea7b3ed2e112120961fd037e9eb34ee8a83742 Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Sat, 15 Apr 2017 23:57:12 -0400 Subject: [PATCH] Follow-up patch of 565b31424ef4e1441cae022486fa6334a2811d21 This commit removes the inconsistent debug statements from ilo/boot.py Change-Id: Iae127f4e7a209ef8db33fb8e7252cde350a4b8bf --- ironic/drivers/modules/ilo/boot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ironic/drivers/modules/ilo/boot.py b/ironic/drivers/modules/ilo/boot.py index b67c6e0bb6..459eb2bae2 100644 --- a/ironic/drivers/modules/ilo/boot.py +++ b/ironic/drivers/modules/ilo/boot.py @@ -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)