From 3c7de26c01d7db29d0392c07fb50d014b10b6745 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Mon, 21 Oct 2024 16:32:57 +0100 Subject: [PATCH] Docment etcd known issue in 2024.1 upgrade --- 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 c4e1bb6f0a..5b6c2ce655 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -127,6 +127,12 @@ Known issues There is currently no known fix for this issue aside from reprovisioning. A patch will be developed soon. +* Due to an incorrect default value NGS will attempt to use v3alpha for the api + path when communicating with etcd3. This isn't possible as in Caracal etcd is + running a newer version that has dropped support for v3alpha. You can work + around this in custom config, see the SMS PR for an example: + https://github.com/stackhpc/smslab-kayobe-config/pull/354 + Security baseline =================