commit | 0359c4d470b5c8ef8c7174f1eda8171d35a59d6f | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Wed Dec 09 14:34:58 2015 +0100 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Thu Dec 17 18:08:06 2015 +0000 |
tree | b954c4bf5d7d0136dbbfa8c83f4ddbfa484219bd | |
parent | 2d4f47fac7ed1ae60ee41f86cb2c5535387c16c8 [diff] |
Make volume_qos_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_qos_client use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I28d6a86b9986e3d281e358dfe4a925d8ed8c5f21