5f90447b40
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I7cd39dacaa1f2cdc2d74da39ae3971246e922907
26 lines
1.4 KiB
YAML
26 lines
1.4 KiB
YAML
---
|
|
upgrade:
|
|
- >
|
|
The `keystone-paste.ini` file must be updated to remove extension
|
|
filters, and their use in ``[pipeline:api_v3]``.
|
|
Remove the following filters: ``[filter:oauth1_extension]``,
|
|
``[filter:federation_extension]``, ``[filter:endpoint_filter_extension]``,
|
|
and ``[filter:revoke_extension]``. See the sample `keystone-paste.ini
|
|
<https://opendev.org/openstack/keystone/src/branch/stable/rocky/etc/keystone-paste.ini>`_
|
|
file for guidance.
|
|
- >
|
|
The `keystone-paste.ini` file must be updated to remove extension filters,
|
|
and their use in ``[pipeline:public_api]`` and ``[pipeline:admin_api]`` pipelines.
|
|
Remove the following filters: ``[filter:user_crud_extension]``,
|
|
``[filter:crud_extension]``. See the sample `keystone-paste.ini
|
|
<https://opendev.org/openstack/keystone/src/branch/stable/rocky/etc/keystone-paste.ini>`_
|
|
file for guidance.
|
|
other:
|
|
- >
|
|
[`blueprint move-extensions <https://blueprints.launchpad.net/keystone/+spec/move-extensions>`_]
|
|
If any extension migrations are run, for example: ``keystone-manage db_sync
|
|
--extension endpoint_policy`` an error will be returned. This is working as
|
|
designed. To run these migrations simply run: ``keystone-manage db_sync``.
|
|
The complete list of affected extensions are: ``oauth1``, ``federation``,
|
|
``endpoint_filter``, ``endpoint_policy``, and ``revoke``.
|