From fa9b52687b379166f882205f212d2a50090de0c4 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 | 3 +++ ...fix-neutron-keepalived-pid-cleanup-5faae4cf78b07f89.yaml | 6 ++++++ 2 files changed, 9 insertions(+) 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 db523d143..85ced7397 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -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 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.