aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml
blob: ced7d5a73f41dc110c9915188f618c7da1533e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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``.