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
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ kolla_image_tags:
nova_compute:
rocky-9: 2024.1-rocky-9-20250127T211632
ubuntu-jammy: 2024.1-ubuntu-jammy-20250127T211632
neutron:
rocky-9: 2024.1-rocky-9-20250129T143601
ubuntu-jammy: 2024.1-ubuntu-jammy-20250129T143601
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Update neutron container images to apply `keepalived PID clean up fix
<https://review.opendev.org/c/openstack/neutron/+/940287>`__
With this change, Neutron always deletes stale PID file if exists.
Loading