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
10 changes: 3 additions & 7 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,9 @@ kolla_image_tags:
ubuntu-jammy: 2024.1-ubuntu-jammy-20250529T081147
ubuntu-noble: 2024.1-ubuntu-noble-20250529T081147
nova:
rocky-9: 2024.1-rocky-9-20260128T142402
ubuntu-jammy: 2024.1-ubuntu-jammy-20260128T065158
ubuntu-noble: 2024.1-ubuntu-noble-20260128T065158
nova_compute:
rocky-9: 2024.1-rocky-9-20260213T121012
ubuntu-jammy: 2024.1-ubuntu-jammy-20260213T121012
ubuntu-noble: 2024.1-ubuntu-noble-20260213T121012
rocky-9: 2024.1-rocky-9-20260220T123443
ubuntu-jammy: 2024.1-ubuntu-jammy-20260220T123443
ubuntu-noble: 2024.1-ubuntu-noble-20260220T123443
octavia:
rocky-9: 2024.1-rocky-9-20250717T094248
ubuntu-jammy: 2024.1-ubuntu-jammy-20250627T102805
Expand Down
4 changes: 4 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,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