commit | 2b459ec0529eb997001ceedca750b41544103595 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Mon Nov 09 15:01:48 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Thu Nov 12 16:34:02 2015 +0000 |
tree | a40af85c241bca9acbe9d38cdfd223b18ed5be2d | |
parent | 17e8c858d109fc330e7ee5d8bef1b21be1a5cbb2 [diff] |
[V3] Make endpoints_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 endpoints_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: Id00c386fbf075e2fa66cdf0604c5068e65f4e344