commit | 86a31e1fc5b850de87af2d3e571889c4c2f5618c | [log] [tgz] |
---|---|---|
author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Wed Dec 16 15:42:47 2015 +0900 |
committer | Ghanshyam Mann <ghanshyam.mann@nectechnologies.in> | Thu Jan 07 10:28:49 2016 +0000 |
tree | 553619feca04cf43dfb37af4e969104fd8361ed3 | |
parent | 30d3c9b01c4cdb6fffafbf6466e8918859b41dbc [diff] |
Make v1 create_image & update_image 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 create_image and update_image of v1 image client to use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: Ia03d5e8fdf7d7eac338665670b561e452a1d31d9