]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Splitting out volume drivers in driver.py
authorNirmal Ranganathan <rnirmal@gmail.com>
Sun, 21 Oct 2012 19:07:13 +0000 (14:07 -0500)
committerjohn-griffith <john.griffith@solidfire.com>
Wed, 7 Nov 2012 03:22:45 +0000 (20:22 -0700)
commitbad23ceff8257d955e4247423e3d3ce95dd19743
tree97a6a642678a56be4c31f3c961d38a712412980a
parent5aa1e72911ef690c64c670c6605a189d7d11ae29
Splitting out volume drivers in driver.py

Moved RBDDriver, SheepdogDriver into their own respective driver
files under cinder/volume/drivers/*. Moved FakeISCSIDriver and
LoggingVolumeDriver into a fake driver file under the tests,
since that's the only place where those are used.

Implements bp driver-cleanup

Change-Id: I39d91ac8e498a9e42c5443db16706203b988444b
cinder/tests/fake_driver.py [new file with mode: 0644]
cinder/tests/fake_flags.py
cinder/tests/integrated/test_volumes.py
cinder/tests/test_drivers_compatibility.py [new file with mode: 0644]
cinder/tests/test_rbd.py
cinder/volume/driver.py
cinder/volume/drivers/__init__.py [new file with mode: 0644]
cinder/volume/drivers/rbd.py [new file with mode: 0644]
cinder/volume/drivers/sheepdog.py [new file with mode: 0644]
cinder/volume/manager.py
etc/cinder/cinder.conf.sample