]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Brick: fix bug in tgt conf for volume
authorgit-harry <git-harry@live.co.uk>
Thu, 11 Dec 2014 20:49:44 +0000 (20:49 +0000)
committergit-harry <git-harry@live.co.uk>
Thu, 11 Dec 2014 20:58:59 +0000 (20:58 +0000)
commita835e70cbf33936c8bf6cbcfdcca4973363d1784
treeff94458351448bd002e6ca92b2399f7fc88f8f68
parent2f3384c0a53b100c2357f4b2ac7e79eea6858dd9
Brick: fix bug in tgt conf for volume

872b7ca0fc5ce4911fdaadee464d46be5a38058d was intended to explicitly
specify the driver being used by tgt for each target. The issue is that
'lld' is not a valid directive therefore the default is being used. The
default used by tgt is iscsi.

This commit replaces 'lld' with the correct directive of 'driver'.

Change-Id: I6153ee8b24039aedc4ab471f7d00517411791dac
Closes-bug: #1396265
cinder/brick/iscsi/iscsi.py