From 05de960bd7ca7e3c6065bb31b97fb4e71df9486e Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Mon, 2 Mar 2026 14:19:58 +0000 Subject: [PATCH] Fix Ironic bug LP#2129260 Fixed Ironic bug LP#2129260 "Large glance images causing conductor CPU starvation" --- etc/kayobe/kolla-image-tags.yml | 9 +++++++++ .../notes/fix-ironic-bug-2129260-87bbd93715ecc57b.yaml | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 releasenotes/notes/fix-ironic-bug-2129260-87bbd93715ecc57b.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 1ff9f2c36..2925d58f5 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -9,6 +9,15 @@ kolla_image_tags: grafana: rocky-9: 2025.1-rocky-9-20260223T134735 ubuntu-noble: 2025.1-ubuntu-noble-20260223T134735 + ironic: + rocky-9: 2025.1-rocky-9-20260303T104021 + ubuntu-noble: 2025.1-ubuntu-noble-20260303T104021 + ironic_dnsmasq: + rocky-9: 2025.1-rocky-9-20260205T152450 + ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450 + ironic_neutron_agent: + rocky-9: 2025.1-rocky-9-20260205T152450 + ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450 nova: rocky-9: 2025.1-rocky-9-20260226T161930 ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812 diff --git a/releasenotes/notes/fix-ironic-bug-2129260-87bbd93715ecc57b.yaml b/releasenotes/notes/fix-ironic-bug-2129260-87bbd93715ecc57b.yaml new file mode 100644 index 000000000..acc45e78a --- /dev/null +++ b/releasenotes/notes/fix-ironic-bug-2129260-87bbd93715ecc57b.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fix Ironic bug `LP#2129260 Large glance images causing conductor + CPU starvation `__