ironic/releasenotes/notes/remove-inspecting-state-support-10325bdcdd182079.yaml
Kaifeng Wang 3907f8af4f Remove inspecting state support from inspect_hardware
Returning INSPECTING state from InspectInterface.inspect_hardware
was deprecated and removed in this patch.

This also removed the deprecated configuration option
[conductor]inspect_timeout.

Change-Id: I636e11a80451aa3a44d7f4b30295257d57028c34
Story: #1725211
Task: #26177
2018-09-18 08:58:22 +08:00

10 lines
431 B
YAML

---
upgrade:
- The deprecated configuration option ``[conductor]inspect_timeout`` was
removed, please use ``[conductor]inspect_wait_timeout`` instead.
other:
- The support for returning ``INSPECTING`` state from
``InspectInterface.inspect_hardware`` was removed. For asynchronous
inspection, please return ``INSPECTWAIT`` instead of ``INSPECTING``,
otherwise the node will be moved to ``inspect failed`` state.