keystone/releasenotes/notes/bug-1806762-0b7356ace200a5d3.yaml
Lance Bragstad cf22f8004e Remove obsolete grant policies from policy.v3cloudsample.json
This commit also removes an obsolete test case from
test_v3_protection.py.

Co-Authored-By: Colleen Murphy <colleen@gazlene.net>

Change-Id: Ic0a654494f96d5dffa0c4d4d96766ab4a2e090b1
Related-Bug: 1806762
2019-09-14 09:39:21 +00:00

14 lines
618 B
YAML

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