summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2017-11-30 22:42:55 +0000
committerLance Bragstad <lbragstad@gmail.com>2018-06-04 20:09:14 +0000
commit8bfa180430354d1db11b11a3443486fe04415443 (patch)
treec289f85398a9c29d66e0b45c81dd4630c14483c6 /releasenotes
parent47d0d0e0c02529cf6516532758e1dc565ef7cc1a (diff)
downloadpython-openstackclient-8bfa180430354d1db11b11a3443486fe04415443.tar.gz
Add system role functionality
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
new file mode 100644
index 00000000..6ad3d824
--- /dev/null
+++ b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml
@@ -0,0 +1,8 @@
+---
+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.