From a0b4e3aa241fa1c3b945049dee84b4087633907c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 11 Apr 2024 14:37:43 +0200 Subject: [PATCH] Update git submodules * Update ironic from branch 'master' to 22aa29b864eecd00bfb7c67cc2075030da1eb1d0 - 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 --- ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic b/ironic index 7737a2549d..22aa29b864 160000 --- a/ironic +++ b/ironic @@ -1 +1 @@ -Subproject commit 7737a2549da6226aa6640536fc50689d82837741 +Subproject commit 22aa29b864eecd00bfb7c67cc2075030da1eb1d0