keystone/releasenotes/notes/bug-1804519-8384a9ead261d4c2.yaml
Lance Bragstad 65f76c1722 Remove mapping policies from policy.v3cloudsample.json
By incorporating system-scope and default roles, we've effectively
made these policies obsolete. We can simplify what we maintain and
provide a more consistent, unified view of default mapping
behavior by removing them.

Change-Id: Ie01b5a79aaf363b3783c92578f56654b993b5e76
Closes-Bug: 1804519
2019-02-19 01:49:28 +00:00

15 lines
628 B
YAML

---
upgrade:
- |
[`bug 1804519 <https://bugs.launchpad.net/keystone/+bug/1804519>`_]
The federated mapping policies defined in ``policy.v3cloudsample.json``
have been removed. These policies are now obsolete after incorporating
system-scope into the mapping API and implementing default roles.
fixes:
- |
[`bug 1804519 <https://bugs.launchpad.net/keystone/+bug/1804519>`_]
The federated mapping policies in ``policy.v3cloudsample.json`` policy file
have been removed in favor of better defaults in code. These policies
weren't tested exhaustively and were misleading to users and operators.