]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Windows iSCSI: Add CHAP authentication support
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 5 May 2015 08:00:30 +0000 (11:00 +0300)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 11 May 2015 12:04:09 +0000 (15:04 +0300)
commitc0a503f0b41f54124e8a4c4d46ede635e5a424e8
treea1084a6be7cec7beb70f94061c172fd31af56a8c
parent1dd84038178ec0658fdfb04939bcdbf1cfd4c6f9
Windows iSCSI: Add CHAP authentication support

This patch adds CHAP authentication support for the Windows iSCSI
driver.

One-way CHAP authentication is used, having the CHAP credentials
generated when the iSCSI target is created.

Implements: blueprint windows-iscsi-chap

Change-Id: Iee24b74c66f72efe2a9bb2187e2a4f9d9e135872
cinder/tests/unit/windows/test_windows.py
cinder/tests/unit/windows/test_windows_utils.py
cinder/volume/drivers/windows/windows.py
cinder/volume/drivers/windows/windows_utils.py