keystone/releasenotes/notes/bug-1523369-4d42c841b6e7e54e.yaml
Kristi Nikolla 9034755743 Move release note from /keystone/releasenotes to /releasenotes
This is the only release note in that directory.
Additionally revise it to follow our best practices.

Change-Id: Ia7fa933cddc4ad9e670640827fe5cf5e35add578
2017-03-24 16:41:36 -04:00

14 lines
541 B
YAML

---
fixes:
- >
[`bug 1523369 <https://bugs.launchpad.net/keystone/+bug/1523369>`_]
Deleting a project will now cause it to be removed as a default project
for users. If caching is enabled the changes may not be visible until the
user's cache entry expires.
upgrade:
- >
The identity backend driver interface has changed. A new method,
`unset_default_project_id(project_id)`, was added to unset a user's
default project ID for a given project ID. Custom backend implementations
must implement this method.