From 5ff38946038cc8298c765c5dda6898781e835309 Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Wed, 3 Jul 2024 14:10:57 +0200 Subject: [PATCH] Add a note on the Keystone admin endpoint for upgrading --- doc/source/operations/upgrading.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/operations/upgrading.rst b/doc/source/operations/upgrading.rst index 28fb502c7..5fce4deee 100644 --- a/doc/source/operations/upgrading.rst +++ b/doc/source/operations/upgrading.rst @@ -151,6 +151,15 @@ Some things to watch out for: openstack role assignment list --effective --role observer -f value -c User -c Project | while read line; do echo $line | xargs bash -c 'openstack role add --user $1 --project $2 reader' _; done +Keystone endpoints +------------------ + +Keystone's long `deprecated `__ +admin endpoint is now forcefully removed in 2023.1. Any service that had relied +on it will cease to work following the upgrade. Keystone endpoints configured +outside of Kolla (a good example being Ceph RGW integration) must be updated +to use an internal endpoint, ideally prior to the upgrade. + OVN enabled by default ----------------------