]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add CHAP support to PureISCSIDriver
authorPatrick East <patrick.east@purestorage.com>
Fri, 20 Feb 2015 02:49:23 +0000 (18:49 -0800)
committerPatrick East <patrick.east@purestorage.com>
Thu, 5 Mar 2015 17:23:46 +0000 (09:23 -0800)
commit2b505bbf21d40cd946e567ede5679565721542af
tree35a8402e88e5cad6ebba479078d24420c5509112
parentf3575eab34a6cd532be7f8862838e9b85dc47fb8
Add CHAP support to PureISCSIDriver

This change adds support for iSCSI CHAP with randomly generated
secrets for each initiator. Due to some restrictions with storing meta
data in the backend these secrets need to be stored someplace accessible
from the driver. We will use the driver specific initiator data in the
Cinder DB to store them.

Implements: blueprint pure-iscsi-chap-support
Change-Id: I5dfc29602a41ed565af074368947c99aafdc0ab8
cinder/tests/test_pure.py
cinder/volume/drivers/pure.py