ee2724a2a2
Removed info that's internal to keystone and therefore not relevant to deployers. Consistent references to config option names. `` should be used for literal string values, not references. Change-Id: Ia7e11683ed3ae7f19fe6680848bdcbaed954f424
26 lines
1.3 KiB
YAML
26 lines
1.3 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://git.openstack.org/cgit/openstack/keystone/tree/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://git.openstack.org/cgit/openstack/keystone/tree/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``.
|