
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
6 lines
135 B
YAML
6 lines
135 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for a node in ``service wait`` state can be unprovisioned
|
|
via the ``delete`` provision action.
|