Merge "Specify lld in tgt config backends" into stable/icehouse

This commit is contained in:
Jenkins 2014-08-02 22:05:54 +00:00 committed by Gerrit Code Review
commit 4691382ff8

View File

@ -82,11 +82,13 @@ class TgtAdm(TargetAdmin):
VOLUME_CONF = """
<target %s>
backing-store %s
lld iscsi
</target>
"""
VOLUME_CONF_WITH_CHAP_AUTH = """
<target %s>
backing-store %s
lld iscsi
%s
</target>
"""