commit | 4d7553a2ca6b9cbb35427b5e02e06ea446f4c813 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Thu Dec 10 10:57:40 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Thu Dec 10 10:57:40 2015 +0530 |
tree | 751d1ee32fab25322f4db54a469f9af2474267fb | |
parent | 0683da83ede67fa96c0cf8bca5d9926c94b9b7d1 [diff] |
Make v3 create_trust use **kwargs & doc string 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 create_trust of v3 identity_client use **kwargs. Also update doc string for the same. Partially implements blueprint consistent-service-method-names Change-Id: If9770e07af68b5dfd8035f731b798067df4b59b3