8bfa180430
This commit adds the necessary bits to expose system role assignments to openstackclient via python-keystoneclient. bp system-scope Depends-On: Iecbcbf020a15f2bec777334c648d4477f89f3b2c Change-Id: I261e84700b51e8715eaebdc3f8f8bc46b68542c2
9 lines
364 B
YAML
9 lines
364 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for system-scope. This includes support for 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.
|