]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Split out drivers in san.py
authorNirmal Ranganathan <rnirmal@gmail.com>
Sun, 21 Oct 2012 16:38:45 +0000 (11:38 -0500)
committerNirmal Ranganathan <rnirmal@gmail.com>
Mon, 29 Oct 2012 22:26:52 +0000 (17:26 -0500)
commit39e763d3aff5181a00e88b1ff2707bff209240ea
treed94f479bd2087398fddb633c6c4278e4c593bfbf
parent61917c2193ec4ca822af946a808dd0061cb77ef4
Split out drivers in san.py

The SolarisISCSIDriver and HpSanISCSIDriver have been removed from
san.py and placed in their own files. The default SanISCSIDriver
implementing some common methods still resides in san.py. These
san drivers have now been grouped in the san module.

Implements bp driver-cleanup

Change-Id: I68802f01a4a8c7e93e097777d305fbee0d15128a
cinder/tests/test_HpSanISCSIDriver.py
cinder/volume/san.py [deleted file]
cinder/volume/san/__init__.py [new file with mode: 0644]
cinder/volume/san/hp_lefthand.py [new file with mode: 0644]
cinder/volume/san/san.py [new file with mode: 0644]
cinder/volume/san/solaris.py [new file with mode: 0644]
cinder/volume/solidfire.py
cinder/volume/storwize_svc.py
cinder/volume/xiv.py
etc/cinder/cinder.conf.sample