3907f8af4f
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
10 lines
431 B
YAML
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.
|