keystone/releasenotes/notes/bug-1806762-daed3e27f58f0f6d.yaml
Lance Bragstad 24b8db9e06 Remove protocol policies from 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 protocol
behavior by removing them.

Related-Bug: 1806762
Closes-Bug: 1804518
Change-Id: Ia839555d8211596213311c4246135cdae4f46ab2
2019-02-28 16:24:56 +00:00

18 lines
802 B
YAML

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