Release keystone for Ussuri
RC1 release for keystone. Please +1 if things are ready to go, or -1 if the team needs a little more time. If so, please update this patch with the new commit hash to use when ready. If no response, this patch will be approved soon after the April 23 deadline. Change-Id: Icc783a34409de20ee4938ee6bece22738a63977d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
634cea8ab5
commit
e9ae0de3b2
@ -6,21 +6,29 @@ type: service
|
|||||||
repository-settings:
|
repository-settings:
|
||||||
openstack/keystone: {}
|
openstack/keystone: {}
|
||||||
cycle-highlights:
|
cycle-highlights:
|
||||||
- The user experience for creating application credentials and trusts has
|
- The user experience for creating application credentials and trusts
|
||||||
been greatly improved when using a federated authentication method.
|
has been greatly improved when using a federated authentication
|
||||||
Federated users whose role assignments come from mapped group membership
|
method. Federated users whose role assignments come from mapped
|
||||||
will have those group memberships persisted for a configurable TTL after
|
group membership will have those group memberships persisted for
|
||||||
their token expires, during which time their application credentials will
|
a configurable TTL after their token expires, during which time
|
||||||
remain valid.
|
their application credentials will remain valid.
|
||||||
- Keystone to Keystone assertions now contain the user's group memberships on
|
- Keystone to Keystone assertions now contain the user's group memberships
|
||||||
the keystone Identity Provider which can be mapped to group membership on
|
on the keystone Identity Provider which can be mapped to group membership
|
||||||
the keystone Service Provider.
|
on the keystone Service Provider.
|
||||||
- Federated users can now be given concrete role assignments without relying
|
- Federated users can now be given concrete role assignments without
|
||||||
on the mapping API by allowing federated users to be created directly in
|
relying on the mapping API by allowing federated users to be created
|
||||||
keystone and linked to their Identity Provider.
|
directly in keystone and linked to their Identity Provider.
|
||||||
- When bootstrapping a new keystone deployment, the admin role now defaults
|
- When bootstrapping a new keystone deployment, the admin role now
|
||||||
to having the "immutable" option set, which prevents it from being
|
defaults to having the "immutable" option set, which prevents it
|
||||||
accidentally deleted or modified unless the "immutable" option is
|
from being accidentally deleted or modified unless the "immutable"
|
||||||
deliberately removed.
|
option is deliberately removed.
|
||||||
- Keystonemiddleware no longer supports the Identity v2.0 API, which was
|
- Keystonemiddleware no longer supports the Identity v2.0 API, which
|
||||||
removed from keystone in previous release cycles.
|
was removed from keystone in previous release cycles.
|
||||||
|
releases:
|
||||||
|
- version: 17.0.0.0rc1
|
||||||
|
projects:
|
||||||
|
- repo: openstack/keystone
|
||||||
|
hash: 16ac75c2b55f3e53d574f87cfa190edef405da30
|
||||||
|
branches:
|
||||||
|
- name: stable/ussuri
|
||||||
|
location: 17.0.0.0rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user