commit | dfc88de90dbb93ce076ce71f6f6fe68b309c4942 | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Thu Aug 13 05:12:20 2015 +0000 |
committer | Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp> | Thu Aug 13 06:53:11 2015 +0000 |
tree | 7804bc444f8cf8026f2eeef1f9436dbce27143b2 | |
parent | 33e20d0a7300ca0b0257fcce2eb4501c9c5dca77 [diff] |
Make attach_volume 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 attach_volume use **kwargs. Partially implements blueprint consistent-service-method-names Change-Id: Ibc7f5c80755876318e1f5c7f7548276f315467c6