]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move clear_volume method to volume.utils
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Fri, 23 Aug 2013 12:37:38 +0000 (16:37 +0400)
committerjohn-griffith <john.griffith@solidfire.com>
Tue, 4 Feb 2014 20:05:27 +0000 (13:05 -0700)
commit5c2339440a499fb8b86e38893f245b9f02395016
tree79348a7dc6e6b2aebe45bacc085561a022ac1bd9
parent4e04f12ace3077c5fd1e3cd09435501766e24ef1
Move clear_volume method to volume.utils

clear_volume was almost the same in LVM and BlockDevice drivers.
So it has been moved to utils.

Change-Id: Iadb6b8d01cf500109bb48b0d2c817109918519e0
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/test_block_device.py
cinder/tests/test_volume.py
cinder/tests/test_volume_utils.py
cinder/volume/drivers/block_device.py
cinder/volume/drivers/lvm.py
cinder/volume/utils.py