summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-22 19:53:03 +0000
committerGerrit Code Review <review@openstack.org>2017-06-22 19:53:03 +0000
commit19c8cabeca1ea3c83da734ab5269318b27eb5634 (patch)
tree17f706dffe571922e86d5f31714abf5bbbdd13e6 /releasenotes
parentfe82f4b281112634eb5a71694de5fcc9cde95ca3 (diff)
parentda53c2b33457f4f1e93bdda6c0c16172ea36bc78 (diff)
downloadpython-openstackclient-19c8cabeca1ea3c83da734ab5269318b27eb5634.tar.gz
Merge "When creating a trust, send role_ids instead or role_names"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1696111-e2cf9233fa872eb7.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1696111-e2cf9233fa872eb7.yaml b/releasenotes/notes/bug-1696111-e2cf9233fa872eb7.yaml
new file mode 100644
index 00000000..50154a88
--- /dev/null
+++ b/releasenotes/notes/bug-1696111-e2cf9233fa872eb7.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixed an issue where a trust could not be created if multiple roles had
+ the same name. A role's ID is now sent to the identity service instead.
+
+ [Bug '1696111 <https://bugs.launchpad.net/keystone/+bug/1696111>'_]