summaryrefslogtreecommitdiff
path: root/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml')
-rw-r--r--releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
index 6ad3d824..dc9e07ce 100644
--- a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
+++ b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
@@ -1,8 +1,9 @@
---
features:
- |
- Added support for system-scope. This includes support for the ability to
+ Add support for system-scope to ``role`` commands. This includes the ability to
generate system-scoped tokens using ``system_scope: all`` in ``cloud.yaml``
or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also
included for managing role assignments on the system using ``--system``
when adding and removing roles.
+ [`bp system-scope <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]