Merge "Extract cinder_iscsi_helper default from role"
This commit is contained in:
commit
e7de34125c
@ -669,6 +669,7 @@ gnocchi_incoming_storage: "{{ 'redis' if enable_redis | bool else '' }}"
|
||||
cinder_backend_ceph: "{{ enable_ceph }}"
|
||||
cinder_backend_vmwarevc_vmdk: "no"
|
||||
cinder_volume_group: "cinder-volumes"
|
||||
cinder_iscsi_helper: "tgtadm"
|
||||
|
||||
# Valid options are [ nfs, swift, ceph ]
|
||||
cinder_backup_driver: "ceph"
|
||||
|
@ -178,7 +178,6 @@ cinder_backends:
|
||||
enabled: "{{ enable_cinder_backend_zfssa_iscsi | bool }}"
|
||||
|
||||
cinder_enabled_backends: "{{ cinder_backends|selectattr('enabled', 'equalto', true)|list }}"
|
||||
cinder_iscsi_helper: "tgtadm"
|
||||
|
||||
#############################################
|
||||
# Hitachi NAS Platform iSCSI and NFS drivers
|
||||
|
Loading…
x
Reference in New Issue
Block a user