]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
ScaleIO driver should use os-brick connector
authorXing Yang <xing.yang@emc.com>
Wed, 19 Aug 2015 02:16:03 +0000 (22:16 -0400)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 1 Sep 2015 23:36:51 +0000 (17:36 -0600)
commit73937b678a6480e72e0019e31c9446c42f26a6b9
tree1e72183c6fcdb43467c22ee6d625f61aef99bfc7
parent333414e117f34c82af16969cfc913a2c32ef92d5
ScaleIO driver should use os-brick connector

Currently the ScaleIO Cinder volume driver contains the connect_volume logic
inside the driver itself. This code is redundant with the code in the os-brick
connector. This patch modifies the driver to use the os-brick connector and
removes the redundant code.

Change-Id: Ic26880f133c0ce10f9a67acd6e16b0d88cb2a242
Closes-Bug: #1486315
cinder/tests/unit/volume/drivers/emc/scaleio/__init__.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_cloned_volume.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_snapshot.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_volume.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_volume_from_snapshot.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_delete_snapshot.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_delete_volume.py
cinder/tests/unit/volume/drivers/emc/scaleio/test_extend_volume.py
cinder/volume/drivers/emc/scaleio.py