Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ kolla_image_tags:
openstack:
rocky-9: 2025.1-rocky-9-20260205T152450
ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450
nova_compute:
rocky-9: 2025.1-rocky-9-20260212T160345
ubuntu-noble: 2025.1-ubuntu-noble-20260212T160345
nova:
rocky-9: 2025.1-rocky-9-20260220T102812
ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-mlnx.git
reference: stackhpc/{{ openstack_release }}
nova-base:
type: git
location: https://github.com/stackhpc/nova.git
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx.git
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Fixes an issue with Ironic rebuilds when the client was using Nova Compute
API version >= 2.93. This caused servers to enter into the error state when
a rebuild was requested. See `LP#2127017
<https://bugs.launchpad.net/nova/+bug/2127017>`_ for more details.
Loading