commit | afaaf2674fc93ba3f59798386b7b2415e1757757 | [log] [tgz] |
---|---|---|
author | piyush110786 <piyush.pathak@ril.com> | Fri Dec 11 18:54:05 2015 +0530 |
committer | piyush110786 <piyush.pathak@ril.com> | Fri Dec 18 17:55:31 2015 +0530 |
tree | abf69ae0517875850a968b236c2f682f429c17d1 | |
parent | b1180966b7c301f37516c7627ae1fbd707985ca1 [diff] |
Make v2,v3 create_role 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_role of v2,v3 identity_client use **kwargs. Also update doc string for the same. Partially implements blueprint consistent-service-method-names Change-Id: I876e9e5b8aea37076b180a7857dd79bb6d7c1f10