]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Move HDS drivers to Hitachi folder
authorErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Tue, 30 Jun 2015 12:56:45 +0000 (09:56 -0300)
committerErlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Tue, 30 Jun 2015 14:48:28 +0000 (11:48 -0300)
commit84592796090eb6f3e8dda45c4a99c0beb4b79cd9
tree386d67924a82ad59f2d9ddad7ab0a0065f1fcdba
parent87016e624b8dd5574d0c678e5869510b1358a7da
Move HDS drivers to Hitachi folder

This patch moves the drivers from Hitachi to a common folder. Now all Hitachi
drivers will be under 'cinder/volume/drivers/hitachi'.

Change-Id: I2c725b9a130f055d7da487329c1e09abb333bcd4
Implements: blueprint rename-hitachi-drivers
cinder/tests/unit/test_hitachi_hnas_backend.py [moved from cinder/tests/unit/test_hds_hnas_backend.py with 99% similarity]
cinder/tests/unit/test_hitachi_hnas_iscsi.py [moved from cinder/tests/unit/test_hds_iscsi.py with 99% similarity]
cinder/tests/unit/test_hitachi_hnas_nfs.py [moved from cinder/tests/unit/test_hds_nfs.py with 99% similarity]
cinder/volume/drivers/hds/__init__.py [deleted file]
cinder/volume/drivers/hitachi/hnas_backend.py [moved from cinder/volume/drivers/hds/hnas_backend.py with 100% similarity]
cinder/volume/drivers/hitachi/hnas_iscsi.py [moved from cinder/volume/drivers/hds/iscsi.py with 99% similarity]
cinder/volume/drivers/hitachi/hnas_nfs.py [moved from cinder/volume/drivers/hds/nfs.py with 99% similarity]
cinder/volume/manager.py