]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adding manage/unmanage support for LeftHand driver
authorAnthony Lee <anthony.mic.lee@hp.com>
Wed, 11 Feb 2015 17:19:32 +0000 (09:19 -0800)
committerAnthony Lee <anthony.mic.lee@hp.com>
Wed, 4 Mar 2015 15:47:29 +0000 (07:47 -0800)
commit08847f26cf84b96d89e4b0ab668b7b3f47c09465
tree9bec2e57bd2333c2e3454e64ef7109fc86562356
parent931aaea52ad6762cca4ead94d94e13cc3047f08d
Adding manage/unmanage support for LeftHand driver

Added the needed methods needed to support manage/unmanage
in the HP LeftHand driver.

A minimum version check needed to be added as previous
versions of the LeftHand API won't support the manage/unmanage
feature.

Implements: blueprint lefthand-manage-unmanage
Change-Id: I1d118f579e19c04ee535de0f615de8a919fc3f80
cinder/tests/test_hplefthand.py
cinder/volume/drivers/san/hp/hp_lefthand_iscsi.py
cinder/volume/drivers/san/hp/hp_lefthand_rest_proxy.py