summaryrefslogtreecommitdiff
path: root/openstackclient/releasenotes
diff options
context:
space:
mode:
authorAlvaro Lopez Garcia <aloga@ifca.unican.es>2016-05-27 09:04:54 +0200
committerAlvaro Lopez Garcia <aloga@ifca.unican.es>2016-05-27 09:12:24 +0200
commit5f950788ffe528f509fe88c70179ec5e732bff82 (patch)
treed8dda1483031a824e8d74ddc201282270b39cd60 /openstackclient/releasenotes
parent9da02d14eadc39da6f97b3df095af8b0c452a5b4 (diff)
downloadpython-openstackclient-5f950788ffe528f509fe88c70179ec5e732bff82.tar.gz
Do not require an scope when setting a password
Changing the password in Keystone V3 is an unscoped operation, but we were requiring a scope. Change-Id: If0653ac7b59320c2cd9d42a2c73dd29c3626d389 Closes-Bug: 1543222
Diffstat (limited to 'openstackclient/releasenotes')
-rw-r--r--openstackclient/releasenotes/notes/bug-1543222-6f8579344ff5c958.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/openstackclient/releasenotes/notes/bug-1543222-6f8579344ff5c958.yaml b/openstackclient/releasenotes/notes/bug-1543222-6f8579344ff5c958.yaml
new file mode 100644
index 00000000..c783d013
--- /dev/null
+++ b/openstackclient/releasenotes/notes/bug-1543222-6f8579344ff5c958.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - Keystone V3 `user password set` is a self-service operation. It should
+ not required a scoped token as it is not considered a `scoped operation`.
+ [Bug `1543222 <https://bugs.launchpad.net/bugs/1543222>`_]
+