summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3
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/identity/v3
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/identity/v3')
-rw-r--r--openstackclient/identity/v3/user.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstackclient/identity/v3/user.py b/openstackclient/identity/v3/user.py
index 9a7ced92..8bc4183b 100644
--- a/openstackclient/identity/v3/user.py
+++ b/openstackclient/identity/v3/user.py
@@ -369,6 +369,8 @@ class SetUser(command.Command):
class SetPasswordUser(command.Command):
"""Change current user password"""
+ required_scope = False
+
def get_parser(self, prog_name):
parser = super(SetPasswordUser, self).get_parser(prog_name)
parser.add_argument(