Skip to content

2023.1: Add a note on the Keystone admin endpoint for upgrading #1128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.openstack.org/releasenotes/kolla-ansible/zed.html#deprecation-notes>`__
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
----------------------

Expand Down