]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
removed unused context in check_*** methods
authorling-yun <zengyunling@huawei.com>
Fri, 3 Jan 2014 08:51:50 +0000 (16:51 +0800)
committerling-yun <zengyunling@huawei.com>
Fri, 3 Jan 2014 13:30:39 +0000 (21:30 +0800)
commit3c876c67eb32ecffb58a2234c828e5cfee70ec90
tree1b3057f7a653595b62073a22aac229133d00ec2f
parentbb52be971deea9e2374b5cef1b1f208e4354276e
removed unused context in check_*** methods

Input parameter 'context' of Check_*** methods(check_attach,
check_detach, _check_metadata_properties, _check_volume_availability)
in cinder/volume/api.py are not being used, so remove this 'context'
parameter.

Change-Id: I314f662f2fe54a6b073181ff5c0f0214e9ef822a
Closes-bug: #1265725
cinder/volume/api.py