Merge "Enable iscsid on cinder-backup hosts"
This commit is contained in:
commit
dda1885151
@ -66,6 +66,7 @@ tgtd_extra_volumes: "{{ default_extra_volumes }}"
|
||||
|
||||
enable_iscsid_for_cinder: >-
|
||||
{{ (inventory_hostname in groups['compute']
|
||||
or inventory_hostname in groups['cinder-backup']
|
||||
or inventory_hostname in groups['cinder-volume'])
|
||||
and enable_cinder | bool
|
||||
and enable_cinder_backend_iscsi | bool }}
|
||||
|
Loading…
Reference in New Issue
Block a user