]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move iscsi helpers to brick directory.
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 7 May 2013 11:47:32 +0000 (05:47 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 14 May 2013 20:55:48 +0000 (14:55 -0600)
commit9481fc016f880b70b4c7d2e32108a942b8fd7f77
tree5b56fa7682fc9ab0de2f1d76fc250e2bd43ae00d
parentc0725074e51bdfc48e7ebba64222298b8129f0d9
Move iscsi helpers to brick directory.

This patch moves the iscsi helpers to the brick
directory.  We're doing this to enable the ability
to have a module/library of core block storage
functionality to use in other OpenStack projects.

After this the next step is to separate out the LVM
and iSCSI code in drivers/lvm.py and then to actually
have the Cinder LVM driver use the new brick LVM module.

Change-Id: I4f8f8b54e801ab63994b5953956c041d8db91fad
cinder/brick/iscsi/__init__.py [new file with mode: 0644]
cinder/brick/iscsi/iscsi.py [moved from cinder/volume/iscsi.py with 100% similarity]
cinder/tests/test_iscsi.py
cinder/tests/test_volume.py
cinder/volume/driver.py
cinder/volume/drivers/lvm.py
cinder/volume/drivers/zadara.py