]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove an unused variable in volume/manager.py
authorhuangtianhua <huangtianhua@huawei.com>
Fri, 12 Dec 2014 02:49:49 +0000 (10:49 +0800)
committerHuang Zhiteng <winston.d@gmail.com>
Fri, 12 Dec 2014 04:48:59 +0000 (04:48 +0000)
commit6ef5043363913f685234cabcacc802a7c0284963
treed4e9c0821b574fb0db0116082cbdb8410f09cea7
parent2f3384c0a53b100c2357f4b2ac7e79eea6858dd9
Remove an unused variable in volume/manager.py

The 'old_reservations' variable defined in a exception handling block in 'retype' method is never used, this change removes it.

Change-Id: Iaf39ea31bcbd31a90b621b6f33b6aa799f425744
cinder/volume/manager.py