summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHenry Nash <henryn@linux.vnet.ibm.com>2016-02-23 11:42:40 +0000
committerSteve Martinelli <s.martinelli@gmail.com>2016-08-10 20:32:55 +0000
commit5eb7e626b18b033f97f3cf10f2791529f9d75789 (patch)
tree1b371a8835abe4dfbf82dbc8003a08621138bb5b /releasenotes
parent0b91368164acc596bf97fe4073083e26892f5b1a (diff)
downloadpython-openstackclient-5eb7e626b18b033f97f3cf10f2791529f9d75789.tar.gz
Add support for domain specific roles
A role entity can now be specified as domain specific. Closes-bug: #1606105 Change-Id: I564cf3da1d61f5bfcf85be591480d2f5c8d694a0
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1606105-ca06b230e22ab5c6.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1606105-ca06b230e22ab5c6.yaml b/releasenotes/notes/bug-1606105-ca06b230e22ab5c6.yaml
new file mode 100644
index 00000000..a2c3ac82
--- /dev/null
+++ b/releasenotes/notes/bug-1606105-ca06b230e22ab5c6.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Add support for domain specific roles in ``role`` and``role assignment`` commands.
+ [Bug `1606105 <https://bugs.launchpad.net/python-openstackclient/+bug/1606105>`_]