commit | 2f8f6c2624587d9332fe1147dfab6a64843d0495 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Nov 24 02:28:52 2015 +0000 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Thu Nov 26 06:22:49 2015 +0000 |
tree | fea5e9dcf6c188a5489f9ccc0b4818e10e052d9c | |
parent | 1951563af491fc7ad276d0a4ece514e5685e2947 [diff] |
Make image_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 image_client use **kwargs. This patch doesn't cover create/update_image because these methods are used at many places and it is nice to separate them from this patch for easy implementation/review. Partially implements blueprint consistent-service-method-names Change-Id: I1976623d512cf3f622d81805d68cc994d359cf74