ironic/releasenotes/notes/continue-node-deploy-state-63d9dc9cdcf8e37a.yaml
Dmitry Tantsur 8e472a07b5 Raise human-friendly messages on attempt to use pre-deploy steps drivers
This is a follow up to commit 529c3ff066.
It adds a proper exception on missing deploy steps and provides a proper
deprecation for the compatibility code when trying to continue deploy
for a node in the DEPLOYING state.

Change-Id: I6dc176c12a913cb481164a90881bb1c3107b36eb
Story: #2006963
2020-03-25 13:00:16 +01:00

10 lines
443 B
YAML

---
deprecations:
- |
Some deploy interfaces use the ``continue_node_deploy`` RPC call to notify
the conductor when they're ready to leave the ``deploy`` core deploy step.
Currently ironic allows a node to be either in ``wait call-back`` or
``deploying`` state when entering this call. This is deprecated, and in
the next release a node will have to be in the ``wait call-back``
(``DEPLOYWAIT``) state for this call.