From e8f8a869386065e520be076a57c17e97f418c66f Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Wed, 30 Oct 2024 12:04:13 +0000 Subject: [PATCH] Caracal upgrade: document Octavia bugfix --- doc/source/operations/upgrading-openstack.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index deaaccb94..147b38ede 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -137,6 +137,12 @@ Known issues applying package updates. This will happen automatically as a post hook when running the ``kayobe overcloud host package update`` command. +* The Octavia bootstrap will fail during the the 2024.1 upgrade because the + Octavia persistence database user is missing. See bug for details: + https://bugs.launchpad.net/kolla-ansible/+bug/2065591 + There is a Kolla-Ansible patch in-progress that you can cherry-pick: + https://review.opendev.org/c/openstack/kolla-ansible/+/932408 + Security baseline =================