diff options
| author | Mouad Benchchaoui <m.benchchaoui@x-ion.de> | 2014-07-10 13:23:35 +0200 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2014-09-07 02:37:54 -0400 |
| commit | 0069adef5ccec501c36b8da1d2de2821a97afe07 (patch) | |
| tree | 6d4cb9db017547989aa225281e28221d8c6f3341 /setup.cfg | |
| parent | 8e12949958143e7db9783ef6246e6b09def0ad8e (diff) | |
| download | python-openstackclient-0069adef5ccec501c36b8da1d2de2821a97afe07.tar.gz | |
Add action 'user password set' for identiy v3
This new action will allow a user to change their own password by
either providing the new password as an argument (--password) or by
being prompted to enter the new password.
In both cases user will be prompted to enter their current password
as required by the v3 API.
Closes-Bug: #1337245
Change-Id: I5e1e0fd2b46a4502318da57f7cce2b236fb2d93d
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ openstack.identity.v3 = user_delete = openstackclient.identity.v3.user:DeleteUser user_list = openstackclient.identity.v3.user:ListUser user_set = openstackclient.identity.v3.user:SetUser + user_password_set = openstackclient.identity.v3.user:SetPasswordUser user_show = openstackclient.identity.v3.user:ShowUser openstack.image.v1 = |
