puppet-ironic/releasenotes/notes/deprecate-enabled-drivers-23273798306f9086.yaml
Dmitry Tantsur d04996c9d3 Deprecate and unset the enabled_drivers option
The classic drivers are being removed, with the removal of pxe_ipmitool
already planned. The enabled_drivers option is deprecated in this change
and is made no-op, since there are no more classic drivers to enable
with it. We also force it to be empty, since the ironic team is planning
on a validate that is not set on ironic-conductor start up.

Change-Id: I6e02f59807c98643923d1c2333fcb25114735f25
2018-06-27 17:41:37 +02:00

10 lines
300 B
YAML

---
upgrade:
- |
The ``enabled_drivers`` configuration option will be unset on upgrade.
deprecations:
- |
The ``ironic::conductor::enabled_drivers`` option is deprecated and has
no effect. Use ``ironic::conductor::enabled_hardware_types`` to configure
the enabled hardware types.