summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTom Cocozzello <tjcocozz@us.ibm.com>2015-12-09 10:38:14 -0600
committerSteve Martinelli <stevemar@ca.ibm.com>2016-01-23 15:06:19 +0000
commit32ec1722c6fe5b5074070718705ba31ce79b0422 (patch)
treee33357b45d3035a04dc9a6154bdafabad4f20d4a /releasenotes
parent0a0419d2b8a5580fbdce9a673b132af5fa0c4d57 (diff)
downloadpython-keystoneclient-32ec1722c6fe5b5074070718705ba31ce79b0422.tar.gz
Adds an option to include names in role assignment lists
Allow the client to take advantage of the include_names with list role assignments. Change-Id: I4aa77c08660a0cbd021502155938a46121ca76ef Depends-On: I0a1cc986b8a35aeafe567e5e7fee6eeb848ae113 Closes-Bug: #1479569 Implements: blueprint list-assignment-with-names
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/list_role_assignment_names-7e1b7eb8c2d22d7c.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/list_role_assignment_names-7e1b7eb8c2d22d7c.yaml b/releasenotes/notes/list_role_assignment_names-7e1b7eb8c2d22d7c.yaml
new file mode 100644
index 0000000..499306a
--- /dev/null
+++ b/releasenotes/notes/list_role_assignment_names-7e1b7eb8c2d22d7c.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - >
+ [`bug 1479569 <https://bugs.launchpad.net/python-keystoneclient/+bug/1479569>`_]
+ With the ``include_names`` parameter set to True the names of the role assignments
+ are returned with the entities IDs. (GET /role_assignments?include_names=True)