File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,9 @@ kolla_image_tags:
7777 ubuntu-jammy : 2024.1-ubuntu-jammy-20250529T081147
7878 ubuntu-noble : 2024.1-ubuntu-noble-20250529T081147
7979 nova :
80- rocky-9 : 2024.1-rocky-9-20260128T142402
81- ubuntu-jammy : 2024.1-ubuntu-jammy-20260128T065158
82- ubuntu-noble : 2024.1-ubuntu-noble-20260128T065158
83- nova_compute :
84- rocky-9 : 2024.1-rocky-9-20260213T121012
85- ubuntu-jammy : 2024.1-ubuntu-jammy-20260213T121012
86- ubuntu-noble : 2024.1-ubuntu-noble-20260213T121012
80+ rocky-9 : 2024.1-rocky-9-20260220T123443
81+ ubuntu-jammy : 2024.1-ubuntu-jammy-20260220T123443
82+ ubuntu-noble : 2024.1-ubuntu-noble-20260220T123443
8783 octavia :
8884 rocky-9 : 2024.1-rocky-9-20250717T094248
8985 ubuntu-jammy : 2024.1-ubuntu-jammy-20250627T102805
Original file line number Diff line number Diff line change @@ -155,6 +155,10 @@ kolla_sources:
155155 type : git
156156 location : https://github.com/stackhpc/networking-mlnx.git
157157 reference : stackhpc/{{ openstack_release }}
158+ nova-base :
159+ type : git
160+ location : https://github.com/stackhpc/nova.git
161+ reference : stackhpc/{{ openstack_release }}
158162 nova-compute-plugin-networking-mlnx :
159163 type : git
160164 location : https://github.com/stackhpc/networking-mlnx.git
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Fixes an issue with Ironic rebuilds when the client was using Nova Compute
5+ API version >= 2.93. This caused servers to enter into the error state when
6+ a rebuild was requested. See `LP#2127017
7+ <https://bugs.launchpad.net/nova/+bug/2127017>`_ for more details.
You can’t perform that action at this time.
0 commit comments