]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add the generation of the username and password for iSCSI target.
authorVincent Hou <sbhou@cn.ibm.com>
Mon, 22 Oct 2012 05:50:56 +0000 (13:50 +0800)
committerVincent Hou <sbhou@cn.ibm.com>
Tue, 23 Oct 2012 09:40:26 +0000 (17:40 +0800)
commitf004634ac16839f543efdfae8c3b1ac0cb36ea35
tree2ee01acd9523c7581904c85f26e8d8222793a87c
parentc24a82a54e1a4be6d1e6f333763f15b435561573
Add the generation of the username and password for iSCSI target.

When a volume is created, a pair of username and password is generated by the
driver for tgtadm and ietadm.

Implementation of bpiSCSI-CHAP.

Change-Id: I4f382a96ba4553158dc609e8caf9e70486e30603
cinder/utils.py
cinder/volume/driver.py
cinder/volume/iscsi.py