Add release notes for mitaka-1

Create release notes for mitaka-1

Change-Id: If12c87469ddf7d01f901331c569731cd011a71f0
This commit is contained in:
Steve Martinelli 2015-11-24 21:36:30 -05:00
parent 5fb8db8a5d
commit d120187f53
3 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
features:
- >
[`blueprint federation-group-ids-mapped-without-domain-reference <https://blueprints.launchpad.net/keystone/+spec/federation-group-ids-mapped-without-domain-reference>`_]
Enhanced the federation mapping engine to allow for group IDs to be
referenced without a domain ID.

View File

@ -0,0 +1,24 @@
---
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.

View File

@ -0,0 +1,5 @@
features:
- >
[`blueprint x509-ssl-client-cert-authn <https://blueprints.launchpad.net/keystone/+spec/x509-ssl-client-cert-authn>`_]
Support tokenless client SSL x.509 certificate authentication and
authorization.