Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Loading