commit | 6ce39219698e11f775c6b239a41e5eb8a77c863c | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Wed Jun 15 13:20:11 2016 +0900 |
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Jun 17 09:10:42 2016 +0900 |
tree | afce6ba9c210a32e2459179e5320290eeec51a34 | |
parent | 32f80f2ed522c982412021371ead10baa97e868b [diff] |
Make identity v2 service_client 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 identity v2 service_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: Ib5677cc185ace03f2e8824ba84365476823f50d5