Merge "iscsi role misses 'storage' group"

This commit is contained in:
Jenkins 2016-09-29 15:39:48 +00:00 committed by Gerrit Code Review
commit 60e13ec142

View File

@ -18,7 +18,8 @@
- "/sys/kernel/config:/configfs"
- "cinder:/var/lib/cinder"
- "iscsi_info:/etc/iscsi"
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['compute'] or
inventory_hostname in groups['storage']
- name: Starting tgtd container
kolla_docker: