From def9bdab8560f1b177e7644dbf523082d6f807f7 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 24 Sep 2024 11:13:53 +0200 Subject: [PATCH] Bump Neutron image tags to fix bug 2068644 This bug could prevent associating floating IPs with OVN-based load balancers. --- etc/kayobe/kolla-image-tags.yml | 7 +++++-- .../fix-neutron-fip-ovn-lb-attach-1457b0fcc2757ed9.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/fix-neutron-fip-ovn-lb-attach-1457b0fcc2757ed9.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 7e6ac35e0..9dddef8cb 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -20,6 +20,9 @@ kolla_image_tags: ironic_dnsmasq: rocky-9: 2023.1-rocky-9-20240709T132012 ubuntu-jammy: 2023.1-ubuntu-jammy-20240621T104542 + ironic_neutron_agent: + rocky-9: 2023.1-rocky-9-20240916T114629 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629 kolla_toolbox: rocky-9: 2023.1-rocky-9-20240809T102431 letsencrypt: @@ -30,8 +33,8 @@ kolla_image_tags: manila: rocky-9: 2023.1-rocky-9-20240809T102431 neutron: - rocky-9: 2023.1-rocky-9-20240916T114629 - ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629 + rocky-9: 2023.1-rocky-9-20240923T162134 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240923T162134 nova: rocky-9: 2023.1-rocky-9-20240916T114629 ubuntu-jammy: 2023.1-ubuntu-jammy-20240916T114629 diff --git a/releasenotes/notes/fix-neutron-fip-ovn-lb-attach-1457b0fcc2757ed9.yaml b/releasenotes/notes/fix-neutron-fip-ovn-lb-attach-1457b0fcc2757ed9.yaml new file mode 100644 index 000000000..ff8c55bc6 --- /dev/null +++ b/releasenotes/notes/fix-neutron-fip-ovn-lb-attach-1457b0fcc2757ed9.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Bumps Neutron container image tags to fix `bug 2068644 + `__ which could prevent + associating floating IPs with OVN-based load balancers.