keystone/releasenotes/notes/removed-as-of-mitaka-9ff14f87d0b98e7e.yaml
Morgan Fainberg d78fcc361e Remove LDAP Role Backend
The LDAP Role Backend has been removed without the normal deprecation
notice in-code however, the Role backend was explicitly called out when
the deprecation announcement occured[1] and was explicitly included
as part of the deprecation of "assignment"-based LDAP. The LDAP Role
backend is not very useful without the other parts of the assignment
backend that were deprecated and removed.

[1] http://lists.openstack.org/pipermail/openstack/2015-January/011337.html

Change-Id: I1bd02d5834814959a93601fe53f115d0f9cc08a8
bp: removed-as-of-mitaka
2016-01-19 21:27:42 -05:00

41 lines
2.2 KiB
YAML

---
other:
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
Removed ``extras`` from token responses. These fields should not be
necessary and a well-defined API makes this field redundant. This was
deprecated in the Kilo release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
Removed ``RequestBodySizeLimiter`` from keystone middleware. The keystone
team suggests using ``oslo_middleware.sizelimit.RequestBodySizeLimiter``
instead. This was deprecated in the Kilo release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
Notifications with event_type ``identity.created.role_assignment`` and
``identity.deleted.role_assignment`` have been removed. The keystone team
suggests listening for ``identity.role_assignment.created`` and
``identity.role_assignment.deleted`` instead. This was deprecated in the
Kilo release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
Removed ``check_role_for_trust`` from the trust controller, ensure policy
files do not refer to this target. This was deprecated in the Kilo
release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
Removed Catalog KVS backend (``keystone.catalog.backends.sql.Catalog``).
This was deprecated in the Icehouse release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
The LDAP backend for Assignment has been removed. This was deprecated in
the Kilo release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
The LDAP backend for Resource has been removed. This was deprecated in
the Kilo release.
- >
[`blueprint removed-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/removed-as-of-mitaka>`_]
The LDAP backend for Role has been removed. This was deprecated in the
Kilo release.