aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
committerRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
commit920a49cfa055733d575282973e23558c33087a4a (patch)
treed371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml
parentef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff)
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml')
-rw-r--r--keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml b/keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml
deleted file mode 100644
index a0c2b3bb..00000000
--- a/keystone-moon/releasenotes/notes/is-admin-24b34238c83b3a82.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-features:
- - >
- [`bug 96869 <https://bugs.launchpad.net/keystone/+bug/968696>`_]
- A pair of configuration options have been added to the ``[resource]``
- section to specify a special ``admin`` project:
- ``admin_project_domain_name`` and ``admin_project_name``. If these are
- defined, any scoped token issued for that project will have an additional
- identifier ``is_admin_project`` added to the token. This identifier can then
- be checked by the policy rules in the policy files of the services when
- evaluating access control policy for an API. Keystone does not yet
- support the ability for a project acting as a domain to be the
- admin project. That will be added once the rest of the code for
- projects acting as domains is merged.