]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Removed unused context in _extend_snapshot method
authorling-yun <zengyunling@huawei.com>
Wed, 12 Feb 2014 02:02:54 +0000 (10:02 +0800)
committerling-yun <zengyunling@huawei.com>
Wed, 12 Feb 2014 03:16:55 +0000 (11:16 +0800)
commitb5c4c5767fbfe9580e68343e722794326e6bb254
treecc006e416c94c44695d446e7696a639959b2b9b0
parent6b431ebdc108b92c660cb5a8b1640b877b8f8a27
Removed unused context in _extend_snapshot method

Input parameter 'context' of _extend_snapshot method in
cinder/api/extended_snapshot_attributes.py is not being used, so remove
this 'context' parameter.

Change-Id: I8577e3938d5ed5bfb143a605320063a6b17c3be0
Closes-bug: #1279146
cinder/api/contrib/extended_snapshot_attributes.py