commit | 83c4bbd5472c559cb025251557293bad98e611f6 | [log] [tgz] |
---|---|---|
author | lei zhang <shleiz@cn.ibm.com> | Fri Nov 27 00:35:21 2015 +0800 |
committer | lei zhang <shleiz@cn.ibm.com> | Mon Dec 07 14:09:40 2015 +0800 |
tree | 362b8aba13d9fadf590c05dbf4f6ab9c64f81221 | |
parent | dd510b22811e9ab7f8b2a4522b12d0a3cf120f4f [diff] |
Make volume_types_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 volume_types_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I51d02186fae7165c905b031f16c6682b5edf0a55