Add pull.yml file for tempest
TrivialFix Change-Id: I5ba19671a36eb2aab3bda96dd66486422cbc9cf7
This commit is contained in:
parent
5a21032fb0
commit
1116953f44
6
ansible/roles/tempest/tasks/pull.yml
Normal file
6
ansible/roles/tempest/tasks/pull.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Pulling tempest image
|
||||
kolla_docker:
|
||||
action: "pull_image"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
image: "{{ tempest_image_full }}"
|
Loading…
Reference in New Issue
Block a user