ironic/releasenotes/notes/service-priority-7482622471102c6b.yaml
Dmitry Tantsur 9bfe422f78 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
(cherry picked from commit 22aa29b864)
2024-04-11 12:40:13 +00:00

6 lines
124 B
YAML

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