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:
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
Original file line number Diff line number Diff 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
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