]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove deprecated LVM ISCSI and ISER Drivers
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 27 Nov 2015 21:18:50 +0000 (15:18 -0600)
committerSean McGinnis <sean.mcginnis@gmail.com>
Wed, 2 Dec 2015 03:41:45 +0000 (21:41 -0600)
commitdbce6abe96de0f046e8432bbd1ce0426a692750a
tree8221b316995115aeb92c39a6ced4d15e39c82db0
parentff3a93725228ce17f225413e47fd4b1f9b9ca66c
Remove deprecated LVM ISCSI and ISER Drivers

The LVMISCSIDriver and LVMISERDrivers were deprecated in the Kilo
release. This removes both drivers and related test code.

Any existing users of LVMDriver should switch to using the
LVMVolumeDriver and set the iscsi_helper to the desire iSCSI helper
(tgtadm, lioadm, or iseradm).

Some unit tests under these driver test classes were not actually
specific to these drivers. Relevant unit tests were moved to a
different test class if they looked useful.

Change-Id: I30aec59e639cdbbb50daa2caacc243518e593418
cinder/tests/unit/fake_driver.py
cinder/tests/unit/test_volume.py
cinder/volume/driver.py
cinder/volume/drivers/lvm.py
cinder/volume/targets/iscsi.py
releasenotes/notes/remove_lvmdriver-9c35f83132cd2ac8.yaml [new file with mode: 0644]