keystone/releasenotes/notes/extensions-to-core-a0d270d216d47276.yaml
Steve Martinelli d1b7510797 fix up release notes, file deprecations under right title
the newest version of reno now includes support for a `deprecations`
section. move the previously marked "others" to the right spot.

Change-Id: I23eb2501c18e07d99e785bace7607f426e1fd53e
2015-12-14 22:27:47 -05:00

19 lines
964 B
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.
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``.