Files
ironic/releasenotes/notes/service-wait-unprovision-dacfa468824335b7.yaml
Kaifeng Wang e37c58220c Allow to unprovision instance from service wait states
There is an unalignement between service/rescue operations in state transition,
currently we don't have such route from service* to deleting. When a node is
in service* states, request to destroy the instance will clean up part of
resources and leave ironic node at unexpected state, without proper clean up.

Unprovision from service failed is addressed by https://review.opendev.org/c/openstack/ironic/+/944966
This patch fix unprovisioning from the service wait state.

Change-Id: Ib2d2e7ad9deb1e7011f60bc9b55224ebd7c153e3
Closes-Bug: 2087523
2025-04-30 23:13:47 +08:00

6 lines
135 B
YAML

---
features:
- |
Add support for a node in ``service wait`` state can be unprovisioned
via the ``delete`` provision action.