From 97b3dbf4a3809adb305a1a18ed4fe4143f5977ae Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Thu, 26 Feb 2026 17:30:22 +0000 Subject: [PATCH] GT-1561: Update Octavia images This updates Octavia images to pull in various bugfixes from the upstream stable branch. --- etc/kayobe/kolla-image-tags.yml | 3 +++ .../notes/fix-octavia-health-worker-3fb297348d5fbff8.yaml | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 releasenotes/notes/fix-octavia-health-worker-3fb297348d5fbff8.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 715b76df77..c460b8af32 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -9,3 +9,6 @@ kolla_image_tags: nova: rocky-9: 2025.1-rocky-9-20260220T102812 ubuntu-noble: 2025.1-ubuntu-noble-20260220T102812 + octavia: + rocky-9: 2025.1-rocky-9-20260226T091552 + ubuntu-noble: 2025.1-ubuntu-noble-20260226T091552 diff --git a/releasenotes/notes/fix-octavia-health-worker-3fb297348d5fbff8.yaml b/releasenotes/notes/fix-octavia-health-worker-3fb297348d5fbff8.yaml new file mode 100644 index 0000000000..5338b2815a --- /dev/null +++ b/releasenotes/notes/fix-octavia-health-worker-3fb297348d5fbff8.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Fixes an issue where the Octavia health worker gets stuck in an infinite + loop if the connection to the database is interrupted. See `LP#2129562 + `_ for more + details. Also pulls in other fixes from the upstream stable/2025.1 + branch for Octavia. See: https://github.com/stackhpc/octavia/pull/59