]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Updated HpSanISCSIDriver to use initialize/terminate methods.
authorZhiteng Huang <zhiteng.huang@intel.com>
Thu, 5 Jul 2012 07:08:34 +0000 (15:08 +0800)
committerZhiteng Huang <zhiteng.huang@intel.com>
Thu, 5 Jul 2012 15:14:11 +0000 (23:14 +0800)
commitc7690fc53dba8ce7221c5f7afd93238be1ea0498
tree33601a1f1a4e0aada821e27156b4e5ce29387d35
parenta55f0732211f0a1a8f6db40e6d1f464050234844
Updated HpSanISCSIDriver to use initialize/terminate methods.

This is based on Nirmal Ranganathan's patch for Nova-volume, which
added a new key 'host' for initialize/terminate volume connection
information in nova to fix bug 992729.

HpSanISCSIDriver should adopt the change in order to work properly.
Also added missing unit tests for the HpSanISCSIDriver.

Fixes bug 992729.

Change-Id: I9584811a340799161d8c9ae88b1def282380c9ad
Signed-off-by: Zhiteng Huang <zhiteng.huang@intel.com>
Authors
cinder/tests/test_HpSanISCSIDriver.py [new file with mode: 0644]
cinder/volume/san.py