Skip to content

Commit e829797

Browse files
authored
Merge pull request #1128 from stackhpc/keystone_admin_note
2023.1: Add a note on the Keystone admin endpoint for upgrading
2 parents 2e40537 + 5ff3894 commit e829797

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/operations/upgrading.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ Some things to watch out for:
151151
152152
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
153153
154+
Keystone endpoints
155+
------------------
156+
157+
Keystone's long `deprecated <https://docs.openstack.org/releasenotes/kolla-ansible/zed.html#deprecation-notes>`__
158+
admin endpoint is now forcefully removed in 2023.1. Any service that had relied
159+
on it will cease to work following the upgrade. Keystone endpoints configured
160+
outside of Kolla (a good example being Ceph RGW integration) must be updated
161+
to use an internal endpoint, ideally prior to the upgrade.
162+
154163
OVN enabled by default
155164
----------------------
156165

0 commit comments

Comments
 (0)