Merge "Enable iscsid on cinder-backup hosts" into stable/stein

This commit is contained in:
Zuul 2019-08-16 14:42:26 +00:00 committed by Gerrit Code Review
commit 31594e5c3c

View File

@ -61,6 +61,7 @@ tgtd_dimensions: "{{ default_container_dimensions }}"
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 }}