diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 48063b3519..24a7b7663d 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -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 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 9fe36bf26f..9702f7d718 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -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 diff --git a/releasenotes/notes/fixes-ironic-rebuild-api-version-2.93-4fb297328d55bff8.yaml b/releasenotes/notes/fixes-ironic-rebuild-api-version-2.93-4fb297328d55bff8.yaml new file mode 100644 index 0000000000..41cc41c760 --- /dev/null +++ b/releasenotes/notes/fixes-ironic-rebuild-api-version-2.93-4fb297328d55bff8.yaml @@ -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 + `_ for more details.