Skip to content

Commit 06df161

Browse files
committed
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
1 parent 29ea8e3 commit 06df161

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

etc/kayobe/kolla-image-tags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ kolla_image_tags:
3737
manila:
3838
rocky-9: 2023.1-rocky-9-20240809T102431
3939
neutron:
40-
rocky-9: 2023.1-rocky-9-20250203T090355
41-
ubuntu-jammy: 2023.1-ubuntu-jammy-20250203T090355
40+
rocky-9: 2023.1-rocky-9-20250311T093325
41+
ubuntu-jammy: 2023.1-ubuntu-jammy-20250311T093325
4242
nova:
4343
rocky-9: 2023.1-rocky-9-20240926T151818
4444
ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Reverts "Track all interfaces in Keepalived" so only HA interfaces are
5+
tracked. This prevents L3 HA router flapping when detaching floating IP
6+
addresses, because non-HA router interfaces did not include "no_track".
7+
Closes-Bug: #2097770

0 commit comments

Comments
 (0)