8e472a07b5
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
10 lines
443 B
YAML
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.
|