commit | 983b5f99f1d12ad67c66b8cbc77a929d86cf1be9 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Tue Dec 15 12:19:04 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Tue Dec 15 12:19:04 2015 +0530 |
tree | d280dc587c187c0023a55d974b89a815566bdc1c | |
parent | e48de266380bf2e94ce95d1610180a3dba23b9ba [diff] |
Make v3 update_user_password use **kwargs As we discussed on http://lists.openstack.org/pipermail/openstack-dev/2015-July/068864.html All http POST/PUT methods need to contain **kwargs as their arguments. This patch makes update_user_password of v3 identity_client use **kwargs. Also update doc string for the same. Partially implements blueprint consistent-service-method-names Change-Id: I6507e87a02f94191f5bfd6c9c1c1b18a88f4c532