Skip to content

Commit 63cf7eb

Browse files
committed
Rebuild nova-compute image to address bug 2091033
This bug would cause nova-compute services to freeze, which would result in frequent monitoring alerts.
1 parent e985a41 commit 63cf7eb

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ kolla_image_tags:
4242
nova:
4343
rocky-9: 2023.1-rocky-9-20240926T151818
4444
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
45+
nova_compute:
46+
rocky-9: 2023.1-rocky-9-20250121T090235
47+
ubuntu-jammy: 2023.1-ubuntu-jammy-20250121T090235
4548
octavia:
4649
rocky-9: 2023.1-rocky-9-20241015T100903
4750
ubuntu-jammy: 2023.1-ubuntu-jammy-20241015T100903

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ kolla_sources:
151151
type: git
152152
location: https://github.com/stackhpc/networking-mlnx
153153
reference: stackhpc/{{ openstack_release }}
154+
nova-base:
155+
type: git
156+
location: https://github.com/stackhpc/nova.git
157+
reference: stackhpc/{{ openstack_release }}
154158
nova-compute-plugin-networking-mlnx:
155159
type: git
156160
location: https://github.com/stackhpc/networking-mlnx
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Updates the ``nova-compute`` container image to fix `bug 2091033
5+
<https://bugs.launchpad.net/nova/+bug/2091033>`__. This bug would cause
6+
``nova-compute`` to freeze, which would result in frequent monitoring
7+
alerts.

0 commit comments

Comments
 (0)