keystone/releasenotes/notes/removed-as-of-rocky-f44c3ba7c3e73d01.yaml
wangxiyuan 59e1d211a6 Remove enable config option of trust feature
Then `enable` config option of trust feature is depreacted in
Queens. Remove it in Rocky now.

Change-Id: I186b49471cb774e161ff4c35c9879a0a4fa9538f
bp: removed-as-of-rocky.
2018-07-09 16:13:55 +08:00

21 lines
1.1 KiB
YAML

---
other:
- |
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
The ``sql`` token driver and ``uuid`` token providers have been removed
in favor of the ``fernet`` token provider.
- >
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
Removed support for direct import of authentication drivers. If you're
using full path names for authentication methods in configuration, please
update your configuration to use the corresponding namespaces.
- >
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
Removed support for token bind operations, which were supported by the
``uuid``, ``pki``, and ``pkiz`` token providers. Support for this
feature was deprecated in Pike.
- >
[`blueprint removed-as-of-rocky <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-rocky>`_]
The deprecated `enable` config option of the trust feature is removed.
Trusts now is always enabled.