commit | 980c7be654068d3a4699fff569a9d67e06c488d3 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Tue Dec 15 14:14:48 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Wed Dec 23 14:19:10 2015 +0530 |
tree | 37ec743e3cf0b2f8a83967cb28218ea2057f9cb7 | |
parent | e48de266380bf2e94ce95d1610180a3dba23b9ba [diff] |
Make v2 for identity_client functions 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, update_user_own_password, enable_disable_user of v2 identity_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I53fd646bbbee6d8de030d72f0c244c756e772e27