'lld' is not a valid directive.
This commit replaces 'lld' with the correct directive of 'driver'.
Change-Id: I165339a9652fe882c50a5a7e270675e343dceb30
Related-bug: #
1396265
persist_file =\
'<target iqn.2010-10.org.openstack:volume-83c2e877-feed-46be-8435-77884fe55b45>\n'\
' backing-store /dev/stack-volumes-lvmdriver-1/volume-83c2e877-feed-46be-8435-77884fe55b45\n'\
- ' lld iscsi\n'\
+ ' driver iscsi\n'\
' incominguser otzLy2UYbYfnP4zXLG5z 234Zweo38VGBBvrpK9nt\n'\
' write-cache on\n'\
'</target>'
VOLUME_CONF = """
<target %s>
backing-store %s
- lld iscsi
+ driver iscsi
write-cache %s
</target>
"""
VOLUME_CONF_WITH_CHAP_AUTH = """
<target %s>
backing-store %s
- lld iscsi
+ driver iscsi
%s
write-cache %s
</target>