From 1b361cd1a2948b9edb65d273c08983482397c69f Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 11 Mar 2025 09:54:51 +0000 Subject: [PATCH] Bump neutron images to fix #2097770 Reverts "Track all interfaces in Keepalived" so only HA interfaces are tracked. This prevents L3 HA router flapping when detaching floating IP addresses, because non-HA router interfaces did not include "no_track". Closes-Bug: #2097770 --- etc/kayobe/kolla-image-tags.yml | 4 ++-- ...rack-all-interfaces-in-keepalived-371eea147fbebf36.yaml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/revert-track-all-interfaces-in-keepalived-371eea147fbebf36.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index eeff618d9..144fa59d3 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -37,8 +37,8 @@ kolla_image_tags: manila: rocky-9: 2023.1-rocky-9-20240809T102431 neutron: - rocky-9: 2023.1-rocky-9-20250203T090355 - ubuntu-jammy: 2023.1-ubuntu-jammy-20250203T090355 + rocky-9: 2023.1-rocky-9-20250311T093325 + ubuntu-jammy: 2023.1-ubuntu-jammy-20250311T093325 nova: rocky-9: 2023.1-rocky-9-20240926T151818 ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818 diff --git a/releasenotes/notes/revert-track-all-interfaces-in-keepalived-371eea147fbebf36.yaml b/releasenotes/notes/revert-track-all-interfaces-in-keepalived-371eea147fbebf36.yaml new file mode 100644 index 000000000..ef70e21ab --- /dev/null +++ b/releasenotes/notes/revert-track-all-interfaces-in-keepalived-371eea147fbebf36.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + Reverts "Track all interfaces in Keepalived" so only HA interfaces are + tracked. This prevents L3 HA router flapping when detaching floating IP + addresses, because non-HA router interfaces did not include "no_track". + Closes-Bug: #2097770