Merge "Allow different configuration of iSCSI helper"

This commit is contained in:
Jenkins 2017-04-19 15:14:15 +00:00 committed by Gerrit Code Review
commit 1f4d70851a
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ cinder_backends:
enabled: "{{ enable_cinder_backend_hnas_nfs | bool }}"
cinder_enabled_backends: "{{ cinder_backends|selectattr('enabled', 'equalto', true)|list }}"
cinder_iscsi_helper: "tgtadm"
#############################################
# Hitachi NAS Platform iSCSI and NFS drivers

View File

@ -98,7 +98,7 @@ lock_path = /var/lib/cinder/tmp
volume_group = {{ cinder_volume_group }}
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name = lvm-1
iscsi_helper = tgtadm
iscsi_helper = {{ cinder_iscsi_helper }}
iscsi_protocol = iscsi
{% endif %}