99a427833b
At the previous summit, we decided to deprecate write support for idenity LPAP. It'll be removed in 2 releases. Several config options were affected, and those operations should now have deprecation warnings. implements bp: deprecated-as-of-mitaka Change-Id: I1e989d6c5e85ba303609c7bb36116a8bdedce9e4
16 lines
875 B
YAML
16 lines
875 B
YAML
---
|
|
deprecations:
|
|
- >
|
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
|
As of the Mitaka release, the PKI and PKIz token formats have been
|
|
deprecated. They will be removed in the 'O' release. Due to this change,
|
|
the ``hash_algorithm`` option in the ``[token]`` section of the
|
|
configuration file has also been deprecated.
|
|
- >
|
|
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
|
|
As of the Mitaka release, write support for the LDAP driver of the Identity
|
|
backend has been deprecated. This includes the following operations: create user,
|
|
create group, delete user, delete group, update user, update group,
|
|
add user to group, and remove user from group. These operations will be
|
|
removed in the 'O' release.
|