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

View File

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