]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Cleaning up volume driver paths
authorNirmal Ranganathan <rnirmal@gmail.com>
Wed, 21 Nov 2012 17:44:27 +0000 (11:44 -0600)
committerNirmal Ranganathan <rnirmal@gmail.com>
Wed, 21 Nov 2012 22:30:50 +0000 (16:30 -0600)
commitdb39d32c2f3fd0ef0b9f173e33793ea86503479d
tree31ab727f4631979ba3daeb411b814f00410284be
parent3f183070f72c949eb65d25c9c532d953f996a3e4
Cleaning up volume driver paths

Moved all the remaining drivers under
cinder.volume.drivers. Updated the tests with
the new module paths and add backwards compatibilty
for the existing paths.

Implements bp driver-cleanup

Change-Id: I7673b5209cc072ac859d7d32cdeed2e7a17331e8
35 files changed:
cinder/tests/fake_flags.py
cinder/tests/test_HpSanISCSIDriver.py
cinder/tests/test_drivers_compatibility.py
cinder/tests/test_netapp.py
cinder/tests/test_netapp_nfs.py
cinder/tests/test_nexenta.py
cinder/tests/test_nfs.py
cinder/tests/test_solidfire.py
cinder/tests/test_storwize_svc.py
cinder/tests/test_windows.py
cinder/tests/test_wsgi.py
cinder/tests/test_xenapi_sm.py
cinder/tests/test_xiv.py
cinder/tests/test_zadara.py
cinder/volume/drivers/netapp.py [moved from cinder/volume/netapp.py with 99% similarity]
cinder/volume/drivers/netapp_nfs.py [moved from cinder/volume/netapp_nfs.py with 98% similarity]
cinder/volume/drivers/nexenta/__init__.py [moved from cinder/volume/nexenta/__init__.py with 100% similarity]
cinder/volume/drivers/nexenta/jsonrpc.py [moved from cinder/volume/nexenta/jsonrpc.py with 97% similarity]
cinder/volume/drivers/nexenta/volume.py [moved from cinder/volume/nexenta/volume.py with 98% similarity]
cinder/volume/drivers/nfs.py [moved from cinder/volume/nfs.py with 99% similarity]
cinder/volume/drivers/san/__init__.py [moved from cinder/volume/san/__init__.py with 100% similarity]
cinder/volume/drivers/san/hp_lefthand.py [moved from cinder/volume/san/hp_lefthand.py with 99% similarity]
cinder/volume/drivers/san/san.py [moved from cinder/volume/san/san.py with 100% similarity]
cinder/volume/drivers/san/solaris.py [moved from cinder/volume/san/solaris.py with 99% similarity]
cinder/volume/drivers/solidfire.py [moved from cinder/volume/solidfire.py with 99% similarity]
cinder/volume/drivers/storwize_svc.py [moved from cinder/volume/storwize_svc.py with 99% similarity]
cinder/volume/drivers/windows.py [moved from cinder/volume/windows.py with 99% similarity]
cinder/volume/drivers/xenapi/__init__.py [new file with mode: 0644]
cinder/volume/drivers/xenapi/lib.py [moved from cinder/volume/xenapi/lib.py with 100% similarity]
cinder/volume/drivers/xenapi/sm.py [moved from cinder/volume/xenapi_sm.py with 98% similarity]
cinder/volume/drivers/xiv.py [moved from cinder/volume/xiv.py with 98% similarity]
cinder/volume/drivers/zadara.py [moved from cinder/volume/zadara.py with 100% similarity]
cinder/volume/manager.py
cinder/volume/xenapi/__init__.py [deleted file]
etc/cinder/cinder.conf.sample