ironic-inspector/releasenotes/notes/introspection-delay-drivers-deprecation-1d0c25b112fbd4da.yaml
Dmitry Tantsur 0a321235bf Deprecate introspection_delay_drivers option and make it no-op
With switch to virtualbmc we can no longer distinguish between virtual
and bare metal nodes. To stay on a safer side, introspection_delay now
affects all drivers.

I'm also aware of similar DHCP problems on bare metal.

Also renamed unit tests for clarity.

Change-Id: I7d69cd899ec4d893b21cc49d59834dd3c83e0fe2
2017-01-26 13:56:53 +01:00

10 lines
326 B
YAML

---
upgrade:
- |
The configuration option "introspection_delay_drivers" was changed to
``.*``, which means that "introspection_delay" is now applied to all
drivers. Set "introspection_delay" to 0 to disable the delay.
deprecations:
- |
The configuration option "introspection_delay_drivers" is deprecated.