From b6ad5abd5c7b08d75e2aba349a79869003e7eab3 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 29 Jan 2025 15:14:02 +0000 Subject: [PATCH] Bump neutron to fix PID clean up --- etc/kayobe/kolla-image-tags.yml | 4 ++-- ...fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml 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.