]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Refactor HP 3PAR drivers to now be HPE
authorAnthony Lee <anthony.mic.lee@hp.com>
Thu, 29 Oct 2015 22:04:32 +0000 (15:04 -0700)
committerAnthony Lee <anthony.mic.lee@hpe.com>
Thu, 12 Nov 2015 20:46:35 +0000 (12:46 -0800)
commite7be0a988cf159cfea2e365409c69ff28ad4adf2
tree9e7cb642b826809971f438c4ca9076b35f2ccd1d
parent94f21f802068b97a0713be50748e584da079bbdf
Refactor HP 3PAR drivers to now be HPE

This patch refactors the HP 3PAR FC and iSCSI drivers to be
HPE 3PAR FC and HPE 3PAR iSCI.

This is being done because the company responsible for the
HP 3PAR FC and iSCSI drivers is now called Hewlett Packard
Enterprise (HPE).

The drivers are now located in the cinder/volume/drivers/hpe
folder.

DocImpact
Implements: blueprint rebrand-hp-3par-driver
Change-Id: I529429e00ef5e1b7263d40d9d50ed8ac8535d34a
cinder/tests/unit/fake_hp_lefthand_client.py
cinder/tests/unit/fake_hpe_3par_client.py [moved from cinder/tests/unit/fake_hp_3par_client.py with 65% similarity]
cinder/tests/unit/fake_hpe_client_exceptions.py [moved from cinder/tests/unit/fake_hp_client_exceptions.py with 95% similarity]
cinder/tests/unit/test_hpe3par.py [moved from cinder/tests/unit/test_hp3par.py with 90% similarity]
cinder/volume/drivers/hpe/__init__.py [new file with mode: 0644]
cinder/volume/drivers/hpe/hpe_3par_common.py [moved from cinder/volume/drivers/san/hp/hp_3par_common.py with 92% similarity]
cinder/volume/drivers/hpe/hpe_3par_fc.py [moved from cinder/volume/drivers/san/hp/hp_3par_fc.py with 93% similarity]
cinder/volume/drivers/hpe/hpe_3par_iscsi.py [moved from cinder/volume/drivers/san/hp/hp_3par_iscsi.py with 93% similarity]
cinder/volume/manager.py