]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove SSH code from 3PAR drivers
authorWalter A. Boring IV <walter.boring@hp.com>
Fri, 31 Jan 2014 07:44:22 +0000 (23:44 -0800)
committerWalter A. Boring IV <walter.boring@hp.com>
Fri, 31 Jan 2014 23:13:06 +0000 (15:13 -0800)
commit1724c5cee71d3b32466dd9d6cabd22a3339546b4
treeaf3781533031e0b9b2668b259714434d1c5164c4
parenta7a65ebdb441896526ce870d0a8189ab659c5de2
Remove SSH code from 3PAR drivers

This patch migrates all of the communication
to the 3PAR array into the client library.
Some of the calls to the array happen over ssh
and others happen over REST.  Now the drivers
don't care.

This allows us to change the external client
library to replace SSH calls to REST calls,
without the need of driver changes.

Change-Id: Ia5e94a349308055381001c373b91c444860115c7
cinder/tests/test_hp3par.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py