Merge "Pull tgtd image when need"

This commit is contained in:
Jenkins 2016-07-25 12:01:36 +00:00 committed by Gerrit Code Review
commit b2d69946c7

View File

@ -5,3 +5,10 @@
common_options: "{{ docker_common_options }}"
image: "{{ iscsi_image_full }}"
when: inventory_hostname in groups['iscsi']
- name: Pulling tgtd image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ tgtd_image_full }}"
when: inventory_hostname in groups['tgtd']