commit | e6349f35b94eb508dff6999acafa74b4d63c5f64 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Wed Dec 09 06:47:54 2015 +0000 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Sat Dec 12 03:31:28 2015 +0000 |
tree | d21faf016d6ebb0866db2440a6cb859aaf647420 | |
parent | 2d4f47fac7ed1ae60ee41f86cb2c5535387c16c8 [diff] |
Make server action methods[a-c] 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[a-c] use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: I62deef121ef74152474976d5619ed1bbb0e051b2