Merge "Allow different configuration of iSCSI helper"
This commit is contained in:
commit
1f4d70851a
@ -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
|
||||
|
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user