keystone/releasenotes/notes/removed-as-of-stein-5eb23253b72ab54e.yaml
wangxiyuan 3db38cabcb Clean up the create_arguments_apply methods
replace create_arguments_apply methods by token model way.

bp: removed-as-of-stein
Change-Id: I3239e723981dc7d0a53eb454e879096318f7b11a
2019-01-14 09:38:34 +08:00

28 lines
1.5 KiB
YAML

---
other:
- |
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The options ``member_role_id`` and ``member_role_name`` which were
deprecated in Queens and only used for V2 are removed now.
- >
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The deprecated token_flush is removed now.
- >
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The deprecated config option `bind` is removed now.
- >
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The deprecated option `crypt_strength` is removed now. It was only useful
for `sha512_crypt` password hashes which has been superseded by more secure
hashing implementations.
- >
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The ``keystone.conf [DEFAULT] secure_proxy_ssl_header`` configuration
option was slated for removal in Pike and has now officially been removed.
Please use ``oslo.middleware.http_proxy_to_wsgi`` instead.
- >
[`blueprint removed-as-of-stein <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-stein>`_]
The interface ``create_arguments_apply`` in token formatter payload has
been removed. The token payload now doesn't need to be force ordered any
more.