summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorShivanand Tendulker <stendulker@gmail.com>2017-03-30 01:26:00 -0400
committerShivanand Tendulker <stendulker@gmail.com>2017-03-30 01:59:24 -0400
commit603ca460470fbca3c29672355b15525cefa4dcd8 (patch)
treeceba42430eda620cc5202f819f2d527b09a511e3 /etc
parent22e8bb2b4d3ed26519621847b4c9e1d820c8fe3c (diff)
downloadironic-603ca460470fbca3c29672355b15525cefa4dcd8.tar.gz
Remove deprecated [ilo]/clean_priority_erase_devices config
The configuration option [ilo]/clean_priority_erase_devices was deprecated in the Newton cycle (6.1.0). It is no longer supported. The option [deploy]/erase_devices_priority should be used instead. Closes-Bug: #1677449 Change-Id: Ib9110e9bd395d4a87aeb3981073530fb59949a47
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample24
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index f71df190a..2e4fd3d05 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -380,13 +380,6 @@
# Note: This option can be changed without restarting.
#debug = false
-# DEPRECATED: If set to false, the logging level will be set
-# to WARNING instead of the default INFO level. (boolean
-# value)
-# This option is deprecated for removal.
-# Its value may be silently ignored in the future.
-#verbose = true
-
# The name of a logging configuration file. This file is
# appended to any existing logging configuration files. For
# details about logging configuration files, see the Python
@@ -1151,14 +1144,6 @@
# From oslo.db
#
-# DEPRECATED: The file name to use with SQLite. (string value)
-# Deprecated group/name - [DEFAULT]/sqlite_db
-# This option is deprecated for removal.
-# Its value may be silently ignored in the future.
-# Reason: Should use config option connection or
-# slave_connection to connect the database.
-#sqlite_db = oslo.sqlite
-
# If True, SQLite uses synchronous mode. (boolean value)
# Deprecated group/name - [DEFAULT]/sqlite_synchronous
#sqlite_synchronous = true
@@ -1631,15 +1616,6 @@
# (boolean value)
#use_web_server_for_images = false
-# DEPRECATED: Priority for erase devices clean step. If unset,
-# it defaults to 10. If set to 0, the step will be disabled
-# and will not run during cleaning. (integer value)
-# This option is deprecated for removal.
-# Its value may be silently ignored in the future.
-# Reason: This configuration option is duplicated by [deploy]
-# erase_devices_priority, please use that instead.
-#clean_priority_erase_devices = <None>
-
# Priority for reset_ilo clean step. (integer value)
#clean_priority_reset_ilo = 0