keystone/releasenotes/notes/bug-1804482-aa95619320d098fa.yaml
Lance Bragstad 6c6c6049f5 Remove endpoint 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 endpoint behavior
by removing them.

Change-Id: I423e54c359b787efdda70f5d141f21e9103f3524
Closes-Bug: 1804482
2019-02-27 16:17:26 +00:00

16 lines
615 B
YAML

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