commit | 8fc0ed246664cd94b5f48416020bdb1f24cdc36b | [log] [tgz] |
---|---|---|
author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Fri Dec 18 10:25:14 2015 +0900 |
committer | Ghanshyam Mann <ghanshyam.mann@nectechnologies.in> | Thu Jan 07 09:25:32 2016 +0000 |
tree | 3928025cde34b55e778b5e93807af62229644699 | |
parent | 1a897258376a095b558ef7196bff2b0fa53a8cf1 [diff] |
Make volume volume_client to use **kwargs-part1 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 volume_client use **kwargs for create/upload/attach volume methods. Partially implements blueprint consistent-service-method-names Change-Id: I42fead6092b24d6bdc852c5fa276974a7b2e7120