Files
ironic/releasenotes/notes/inspector-enabled-f8a643f03e1e0360.yaml
Dmitry Tantsur 56604b9d68 Do not fail in Inspector.__init__ if [inspector]enabled is False
We already have a check in Inspector.create_if_enabled. This additional
check prevents normal use of Inspector with hardware types, as it's not
enough to add "inspector" to "enabled_inspect_interfaces" to use it.

Change-Id: Iff29785002cd978702317d50ce52bdcebe06d0e3
Partial-Bug: #1524745
2017-01-17 14:10:08 +01:00

8 lines
284 B
YAML

---
upgrade:
- |
The "[inspector]enabled" configuration option no longer has effect on
the "fake_inspector" driver. It will also not have effect on new-style
dynamic drivers based on hardware types - it will be necessary to use
"enabled_inspect_interfaces" instead.