From 2952fc66581ca011dad4982ba86872e571b1221a Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 9 Mar 2026 15:48:13 -0500 Subject: [PATCH] fix(ironic): backport bmc clock fix for date time updates Avoid passing DateTimeLocalOffset if the value is the same as what the system already has. Avoid passing microseconds if the BMC does not support it. --- containers/ironic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ironic/Dockerfile b/containers/ironic/Dockerfile index 6ebc45ca8..1bb113d5f 100644 --- a/containers/ironic/Dockerfile +++ b/containers/ironic/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ # clone source and patch it # renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2025.2 -ARG IRONIC_GIT_REF=8a46e2786e90b3441177691f2f151eb8ccd7bc4c +ARG IRONIC_GIT_REF=e466b35fcea31a2fef1ff555e4c5e633dbd32a19 ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic RUN git -C /src/ironic fetch --unshallow --tags