You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/operations/upgrading.rst
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,15 @@ Some things to watch out for:
151
151
152
152
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
153
153
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.
0 commit comments