From a3bdffa11f0bdf3bc6231dc1f9c515bba79e7f9a Mon Sep 17 00:00:00 2001 From: Zuul Date: Tue, 16 Nov 2021 04:27:07 +0000 Subject: [PATCH] Update git submodules * Update ironic from branch 'master' to 3625060943d4e9a949dc9332cb72e2ff65524063 - Merge "[iRMC] Convert the type of irmc_port to int" - [iRMC] Convert the type of irmc_port to int When using the node managed by the `irmc` hardware type, if the port number of the bmc address is manually specified, the following error will occur: ``` Value '443' is not supported for 'irmc_port' ``` However iRMC supports 80 and 443 ports, and default to 443. The reason for this error is that the type of irmc_port is not converted to int. Story: #2009671 Task: #43915 Signed-off-by: Zhou Hao Change-Id: I4e9274de09758fdb468382a7f88298a279f43e92 --- ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic b/ironic index c590db6d53..3625060943 160000 --- a/ironic +++ b/ironic @@ -1 +1 @@ -Subproject commit c590db6d53ecac9bbcbe730284de4d492b50acf4 +Subproject commit 3625060943d4e9a949dc9332cb72e2ff65524063