keystone/releasenotes/notes/bug-1804292-0107869c7029f79e.yaml
Lance Bragstad 1b7db4a062 Remove region 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 region behavior
by removing them.

Change-Id: I0f982d71fc4a5d33ed66cb34d7388f3c4655e3ef
Closes-Bug: 1804292
2019-02-11 17:52:11 +00:00

15 lines
608 B
YAML

---
upgrade:
- |
[`bug 1804292 <https://bugs.launchpad.net/keystone/+bug/1804292>`_]
The region policies defined in ``policy.v3cloudsample.json`` have
been removed. These policies are now obsolete after incorporating
system-scope into the region API and implementing default roles.
fixes:
- |
[`bug 1804292 <https://bugs.launchpad.net/keystone/+bug/1804292>`_]
The region 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.