From 0069adef5ccec501c36b8da1d2de2821a97afe07 Mon Sep 17 00:00:00 2001 From: Mouad Benchchaoui Date: Thu, 10 Jul 2014 13:23:35 +0200 Subject: 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index da07d3ed..0106e7a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = -- cgit v1.2.1