Files
ironic/releasenotes/notes/fix-hold-wait-service-steps-37dc91fd7393b180.yaml
Julia Kreger b6275912c2 Fix hold/wait step logic in step validation
Somehow... the hold and wait steps were dropped or were lost in
from when hold/wait step logic was developed. This fixes it and
adds them to a test which exercises the validation logic.

Also takes into account the unhold verb call from Dmitry's change
in https://review.opendev.org/c/openstack/ironic/+/913707 and
adds a test accordingly.

Change-Id: I8c23db46b4a5772d907f6c73ed5b975fdaaf80c8
2025-01-21 11:20:08 -08:00

6 lines
171 B
YAML

---
fixes:
- |
Fixes step validation where some of the reserved step names, ``hold``,
and ``wait``, were not being properly handled by the step validation code.