8877e9f01c
By incorporating system and domain scope and default roles into keystone's default policies for domains, we've effectively made these policies obsolete. This change also removes the redundant group management tests from the v3cloudsample tests. Change-Id: I4e3b19f9cc025a472fb27a33955856c2cd17fd1d Partial-Bug: #1806762
16 lines
627 B
YAML
16 lines
627 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
[`bug 1804462 <https://bugs.launchpad.net/keystone/+bug/1804462>`_]
|
|
The group policies defined in ``policy.v3cloudsample.json`` have
|
|
been removed. These policies are now obsolete after incorporating
|
|
system-scope and domain-scope into the groups API and implementing default
|
|
roles.
|
|
fixes:
|
|
- |
|
|
[`bug 1804462 <https://bugs.launchpad.net/keystone/+bug/1804462>`_]
|
|
The group 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.
|