diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 267d13434..07a79f084 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -21,6 +21,9 @@ kolla_image_tags: nova_compute: rocky-9: 2024.1-rocky-9-20250127T211632 ubuntu-jammy: 2024.1-ubuntu-jammy-20250127T211632 + nova_compute_ironic: + rocky-9: 2024.1-rocky-9-20250218T210834 + ubuntu-jammy: 2024.1-ubuntu-jammy-20250218T210834 neutron: rocky-9: 2024.1-rocky-9-20250213T084602 ubuntu-jammy: 2024.1-ubuntu-jammy-20250213T084602 diff --git a/releasenotes/notes/bug-2019977-456bbf34fed3f090.yaml b/releasenotes/notes/bug-2019977-456bbf34fed3f090.yaml new file mode 100644 index 000000000..8d91a99cf --- /dev/null +++ b/releasenotes/notes/bug-2019977-456bbf34fed3f090.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Updates the ``nova-compute-ironic`` container image to fix `bug 2019977 + `__, which would cause Ironic + instances to fail to delete.