python-openstackclient/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
Dean Troyer 4236d777ff Release note cleanup for 3.16.0 release
Change-Id: I64efea562117706529c4b474085f5c12939ba4d6
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-07-25 14:08:05 -05:00

10 lines
459 B
YAML

---
features:
- |
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>`_]