ironic/releasenotes/notes/inspector-periodics-34449c9d77830b3c.yaml
Dmitry Tantsur 2e568bdd56 Do not disable inspector periodic tasks if [inspector]enabled is False
Our help strings claim that [inspector]enabled only affects classic drivers.
However, it also disables the inspector periodic tasks, if not set to True.

Change-Id: I2e3deaffa31259793f738dc77af49d5cb57af697
Story: #2002730
Task: #22579
2018-06-27 16:18:25 +02:00

9 lines
372 B
YAML

---
fixes:
- |
The periodic tasks for the ``inspector`` inspect interface are no longer
disabled if the ``[inspector]enabled`` option is not set to ``True``.
The help string of this option claims that it does not apply to hardware
types. In any case, the periodic tasks are only run if any enabled
classic driver or hardware interface requires them.