File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ kolla_image_tags:
42
42
nova :
43
43
rocky-9 : 2023.1-rocky-9-20240926T151818
44
44
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
45
48
octavia :
46
49
rocky-9 : 2023.1-rocky-9-20241015T100903
47
50
ubuntu-jammy : 2023.1-ubuntu-jammy-20241015T100903
Original file line number Diff line number Diff line change @@ -151,6 +151,10 @@ kolla_sources:
151
151
type : git
152
152
location : https://github.com/stackhpc/networking-mlnx
153
153
reference : stackhpc/{{ openstack_release }}
154
+ nova-base :
155
+ type : git
156
+ location : https://github.com/stackhpc/nova.git
157
+ reference : stackhpc/{{ openstack_release }}
154
158
nova-compute-plugin-networking-mlnx :
155
159
type : git
156
160
location : https://github.com/stackhpc/networking-mlnx
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments