Skip to content

Commit c646872

Browse files
authored
[2025.1] Rebuild nova with Ironic rebuild fix (#2164)
* Rebuild nova with Ironic rebuild fix * PBR fix.. * Build from stackhpc fork Patches have now merged * Revert to stackhpc requirements fork * Bump nova image version * Update Kolla image tags for nova versions * Add release note
1 parent 9d4f672 commit c646872

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2025.1-rocky-9-20260205T152450
88
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
9-
nova_compute:
10-
rocky-9: 2025.1-rocky-9-20260212T160345
11-
ubuntu-noble: 2025.1-ubuntu-noble-20260212T160345
9+
nova:
10+
rocky-9: 2025.1-rocky-9-20260220T102812
11+
ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812

etc/kayobe/kolla.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ kolla_sources:
148148
type: git
149149
location: https://github.com/stackhpc/networking-mlnx.git
150150
reference: stackhpc/{{ openstack_release }}
151+
nova-base:
152+
type: git
153+
location: https://github.com/stackhpc/nova.git
154+
reference: stackhpc/{{ openstack_release }}
151155
nova-compute-plugin-networking-mlnx:
152156
type: git
153157
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)