Merge "Do not require an scope when setting a password"
This commit is contained in:
commit
6a204b000a
@ -369,6 +369,8 @@ class SetUser(command.Command):
|
|||||||
class SetPasswordUser(command.Command):
|
class SetPasswordUser(command.Command):
|
||||||
"""Change current user password"""
|
"""Change current user password"""
|
||||||
|
|
||||||
|
required_scope = False
|
||||||
|
|
||||||
def get_parser(self, prog_name):
|
def get_parser(self, prog_name):
|
||||||
parser = super(SetPasswordUser, self).get_parser(prog_name)
|
parser = super(SetPasswordUser, self).get_parser(prog_name)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
@ -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>`_]
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user