]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix LVM iSCSI driver tgtadm CHAP authentication
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Tue, 14 Oct 2014 23:09:44 +0000 (19:09 -0400)
committerTomoki Sekiyama <tomoki.sekiyama@hds.com>
Tue, 14 Oct 2014 23:26:33 +0000 (19:26 -0400)
commite3563891545c801726d227f752cf99488ed5c7dd
tree07129b7427110a09ae7ff25e3a3eb0ad15e200f8
parentc5962c9e89f82081174e83017e415c05463b9fa3
Fix LVM iSCSI driver tgtadm CHAP authentication

Currently CHAP Authentication in LVM iSCSI driver with tgtadm does not work.
This is because the tgtadm helper creates the target configuration file
with an 'IncomingUser' entry, which is ignored by tgtd.
This patch fixes it to 'incominguser'.

Change-Id: I14871985a2a916834122f849238f05b75726bc1a
Closes-Bug: #1329214
cinder/brick/iscsi/iscsi.py