summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2018-01-23 19:37:15 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2018-01-31 13:26:53 +0100
commit02378fdcde330333af851bdf8c42813f5a216c1d (patch)
tree55bccf0bec6e007237d74433e2e01485e0e6e925 /etc
parente882dfbd52238744e86d6cc8f829bc3fc28ed50a (diff)
downloadironic-02378fdcde330333af851bdf8c42813f5a216c1d.tar.gz
Deprecate classic drivers
Also address small issues in the release note for the migration to hardware types. Change-Id: I32998c5508e01882714a76751482a916d066f938 Partial-Bug: #1690185
Diffstat (limited to 'etc')
-rw-r--r--etc/ironic/ironic.conf.sample11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample
index 33c9f6f8e..14802f753 100644
--- a/etc/ironic/ironic.conf.sample
+++ b/etc/ironic/ironic.conf.sample
@@ -26,14 +26,19 @@
# is provided in the creation request. (string value)
#default_resource_class = <None>
-# Specify the list of drivers to load during service
-# initialization. Missing drivers, or drivers which fail to
-# initialize, will prevent the conductor service from
+# DEPRECATED: Specify the list of drivers to load during
+# service initialization. Missing drivers, or drivers which
+# fail to initialize, will prevent the conductor service from
# starting. The option default is a recommended set of
# production-oriented drivers. A complete list of drivers
# present on your system may be found by enumerating the
# "ironic.drivers" entrypoint. An example may be found in the
# developer documentation online. (list value)
+# This option is deprecated for removal.
+# Its value may be silently ignored in the future.
+# Reason: Hardware types should be used instead of classic
+# drivers. They are enabled via the enabled_hardware_types
+# option.
#enabled_drivers = pxe_ipmitool
# Specify the list of hardware types to load during service