commit | 25b3016f401f4d68ea0af4790d6029be247b9478 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Nov 30 11:27:13 2015 +0000 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Dec 16 00:46:13 2015 +0000 |
tree | 3312e0dd24aaae55f21f29597c723cc5232e4a75 | |
parent | b5548a62597ead1579a86854884ac6a19fd83053 [diff] |
Make create_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 use **kwargs. NOTE: We cannot make update_image use **kwargs because the API requires a list body, not dict body. Partially implements blueprint consistent-service-method-names Change-Id: Ic525e341712149699644ba39cafa5f91a700737f