commit | 7560bf5b56f53531101a512b3bcf6f2887b84c97 | [log] [tgz] |
---|---|---|
author | lei zhang <shleiz@cn.ibm.com> | Thu Nov 26 19:34:25 2015 +0800 |
committer | lei zhang <shleiz@cn.ibm.com> | Thu Dec 03 01:08:20 2015 +0800 |
tree | 58c287c9b3fe72fd512d32a069b7bbb2201a0ffa | |
parent | 874e30382d85941291a97dbef9b327c39e8c2870 [diff] |
Make volume_quotas_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 aggregates_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I58334c3dd6b740129a2d80d2a6dfa61b4548ae08