Skip to content

Commit 401c397

Browse files
committed
Fix Ironic bug LP#2129260
Fixed Ironic bug LP#2129260 "Large glance images causing conductor CPU starvation"
1 parent 92ec1f4 commit 401c397

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,18 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2025.1-rocky-9-20260205T152450
88
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
9+
dnsmasq:
10+
rocky-9: 2025.1-rocky-9-20260205T152450
11+
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
912
grafana:
1013
rocky-9: 2025.1-rocky-9-20260223T134735
1114
ubuntu-noble: 2025.1-ubuntu-noble-20260223T134735
15+
ironic:
16+
rocky-9: 2025.1-rocky-9-20260303T104021
17+
ubuntu-noble: 2025.1-ubuntu-noble-20260303T104021
18+
ironic_neutron_agent:
19+
rocky-9: 2025.1-rocky-9-20260205T152450
20+
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
1221
nova:
1322
rocky-9: 2025.1-rocky-9-20260226T161930
1423
ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix Ironic bug `LP#2129260 Large glance images causing conductor
5+
CPU starvation <https://bugs.launchpad.net/ironic/+bug/2129260>`__

0 commit comments

Comments
 (0)