From de72fcd586d290312060e834b1c0b50f0ee1b0de Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Thu, 11 Feb 2016 01:11:01 -0800 Subject: [PATCH] Update iLO documentation for clean step 'reset_ilo' This updates the iLO documentation to indicate that clean step 'reset_ilo' is disabled by default. Change-Id: I8dae0caaede45ff4dd8b5bf3a4c00737dab7a16b Closes-Bug: 1542977 --- doc/source/drivers/ilo.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/drivers/ilo.rst b/doc/source/drivers/ilo.rst index c8ac607939..03bc2ffa43 100644 --- a/doc/source/drivers/ilo.rst +++ b/doc/source/drivers/ilo.rst @@ -721,8 +721,6 @@ Supported **Automated** Cleaning Operations * The automated cleaning operations supported are: - -``reset_ilo``: - Resets the iLO. By default, enabled with priority 1. -``reset_bios_to_default``: Resets system ROM settings to default. By default, enabled with priority 10. This clean step is supported only on Gen9 and above servers. @@ -735,6 +733,8 @@ Supported **Automated** Cleaning Operations -``clear_secure_boot_keys``: Clears all secure boot keys. This step is supported only on Gen9 and above servers. By default, this step is disabled. + -``reset_ilo``: + Resets the iLO. By default, this step is disabled. * For in-band cleaning operations supported by ``agent_ilo`` driver, see :ref:`InbandvsOutOfBandCleaning`. @@ -750,7 +750,7 @@ Supported **Automated** Cleaning Operations * Configuration Options for the automated clean steps are listed under ``[ilo]`` section in ironic.conf :: - - clean_priority_reset_ilo=1 + - clean_priority_reset_ilo=0 - clean_priority_reset_bios_to_default=10 - clean_priority_reset_secure_boot_keys_to_default=20 - clean_priority_clear_secure_boot_keys=0