diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index deeb8b810..eeff618d9 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-20241121T221758 - ubuntu-jammy: 2023.1-ubuntu-jammy-20241011T212435 + rocky-9: 2023.1-rocky-9-20250203T090355 + ubuntu-jammy: 2023.1-ubuntu-jammy-20250203T090355 nova: rocky-9: 2023.1-rocky-9-20240926T151818 ubuntu-jammy: 2023.1-ubuntu-jammy-20240926T151818 diff --git a/releasenotes/notes/fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml b/releasenotes/notes/fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml new file mode 100644 index 000000000..81d65f0cf --- /dev/null +++ b/releasenotes/notes/fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Update neutron container images to apply `keepalived PID clean up fix + `__ + With this change, Neutron always deletes stale PID file if exists.