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
This commit is contained in:
Kristi Nikolla 2017-03-24 15:47:31 -04:00
parent 62a0d2f295
commit 9034755743
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
---
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
`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.