Add pull.yml file for tempest

TrivialFix

Change-Id: I5ba19671a36eb2aab3bda96dd66486422cbc9cf7
This commit is contained in:
Jeffrey Zhang 2016-08-18 20:54:15 +08:00
parent 5a21032fb0
commit 1116953f44

View File

@ -0,0 +1,6 @@
---
- name: Pulling tempest image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ tempest_image_full }}"