Files
ironic/releasenotes/notes/servicefail-abort-8ca7a7498321b67c.yaml
Julia Kreger 1eda80766c Fix the ability to escape service fail
Back when we developed service, we expected operators to
iterate to fix their issues, but we also put in abort code.

We just never wired in the abort code to the abort verb.

It really seems like we really should have done that, and
this change changes API and Conductor code path to make this
happen.

Closes-Bug: 2119989

Assisted-By: Claude Clode - Claude Sonnet 4
Change-Id: Ic02ba87485a676e77563057427ab94953bea2cc2
Signed-off-by: Julia Kreger <juliaashleykreger@gmail.com>
2025-08-19 16:05:39 -07:00

8 lines
266 B
YAML

---
fixes:
- |
Fixes the ability to invoke the ``abort`` API verb when a node is in
``service fail`` state, allowing the user to back out of a failure state.
For more information see
`bug 2119989 <https://bugs.launchpad.net/ironic/+bug/2119989>`_.