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
8 lines
284 B
YAML
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.
|