]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleanup/move code in Storwize Driver
authorJacob Gregor <jgregor@us.ibm.com>
Thu, 1 Oct 2015 18:52:34 +0000 (13:52 -0500)
committerJohn Griffith <john.griffith8@gmail.com>
Tue, 13 Oct 2015 18:25:56 +0000 (18:25 +0000)
commit0b1bc1925cf7d2147c07a60f7b981b15b725b9c6
tree0fbef111e542700dc8ea2ef3fbcbb02207fb6c58
parent7fb767f2d652f070a20fd70d92585d61e56f3a50
Cleanup/move code in Storwize Driver

This patch updates the name of helper.py to storwize_svc_common.py.
In addition, ssh.py has been collapsed into storwize_svc_common.py
to reduce redundant code. Unit tests were also updated to reflect
these updates.

This patch is the first of a series of patches with the aim of
bringing the storwize_svc driver in line with other san based
Cinder drivers.

Co-Authored By: Kendall Nelson <kjnelson@us.ibm.com>
Co-Authored By: Slade Baumann <baumann@us.ibm.com>

Partially implements: blueprint refactor-storwize-driver-for-mitaka

Change-Id: I7725a008105ae54e49f90c74b32aa11713e983c9
cinder/tests/unit/test_storwize_svc.py
cinder/volume/drivers/ibm/storwize_svc/__init__.py
cinder/volume/drivers/ibm/storwize_svc/ssh.py [deleted file]
cinder/volume/drivers/ibm/storwize_svc/storwize_svc_common.py [moved from cinder/volume/drivers/ibm/storwize_svc/helpers.py with 72% similarity]