From 920a49cfa055733d575282973e23558c33087a4a Mon Sep 17 00:00:00 2001 From: RHE Date: Fri, 24 Nov 2017 13:54:26 +0100 Subject: remove keystone-moon Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd Signed-off-by: RHE --- .../releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml (limited to 'keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml') diff --git a/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml b/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml deleted file mode 100644 index 065fd541..00000000 --- a/keystone-moon/releasenotes/notes/implied-roles-026f401adc0f7fb6.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- -features: - - > - [`blueprint implied-roles `_] - Keystone now supports creating implied roles. Role inference rules can now - be added to indicate when the assignment of one role implies the assignment - of another. The rules are of the form `prior_role` implies - `implied_role`. At token generation time, user/group assignments of roles - that have implied roles will be expanded to also include such roles in the - token. The expansion of implied roles is controlled by the - `prohibited_implied_role` option in the `[assignment]` - section of `keystone.conf`. -- cgit 1.2.3-korg