]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add missing LH SAN driver features for Havana
authorKurt Martin <kurt.f.martin@hp.com>
Wed, 28 Aug 2013 21:08:49 +0000 (14:08 -0700)
committerKurt Martin <kurt.f.martin@hp.com>
Thu, 29 Aug 2013 23:38:41 +0000 (16:38 -0700)
commit953c9e8a1ce52b181d4489bc50c3e0f7c9b17603
tree374066546b605ed0dd75ced6fc228978fc9b96dc
parentdcdf523fa2c54725af8b76ec43870f35fe0b9c63
Add missing LH SAN driver features for Havana

The LeftHand driver did not support snapshot or extend volume.
The following features are part of the minimum driver features
that should be implemented in every cinder driver. This patch
adds the following missing features;
create snapshot
delete snapshot
create volume from snapshot
extend volume
It also fixes the DocStrings in the unit test so they pass the
checks.

Change-Id: Icda790fcddf4ea11782a8d6ec57b1e8f871eb167
Fixes: bug 1217118
cinder/tests/test_HpSanISCSIDriver.py
cinder/volume/drivers/san/hp_lefthand.py