Skip to content

Commit 9dc7301

Browse files
authored
Merge pull request #2165 from stackhpc/bugfix/2024.1/ironic-rebuild
[2024.1] Rebuild nova with Ironic rebuild fix
2 parents 4575b69 + 78c69bf commit 9dc7301

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)