File: implement-system-scope-4c3c47996f98deac.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (9 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
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>`_]