summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-inspecting-state-support-10325bdcdd182079.yaml
blob: ef1eb61a032a4b1545d8403772b3c64d25ba54c4 (plain)
1
2
3
4
5
6
7
8
9
---
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.