commit | 36b714cda107d07cda462e738009c2052b864c60 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Dec 09 08:12:47 2015 +0000 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Tue Dec 15 10:19:30 2015 +0000 |
tree | 593b3afd3683379e331abee1b83355776aa97fc2 | |
parent | 2d4f47fac7ed1ae60ee41f86cb2c5535387c16c8 [diff] |
Make server action methods[m-z] 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 server action methods[m-z] use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I7174723f907fd8962d9d12fe76bec2dc06883938