ironic/releasenotes/notes/service-priority-7482622471102c6b.yaml
Dmitry Tantsur 22aa29b864
Stop assuming service steps have priorities
Unlike clean, deploy and verify steps, service steps cannot run
automatically and thus do not have a usable notion of priority. It's not
possible to provide a priority through the API but our validation code
still requires it. This change gets rid of most priority handling for
service steps, leaving only some foundation for future enhancements.

Change-Id: I82aefc03a5c062b67e0f457612fe568399226dc8
2024-04-10 13:59:19 +02:00

6 lines
124 B
YAML

---
fixes:
- |
Service step validation no longer requires a priority field, which is not
supported for servicing.