aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/nsb_setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/nsb_setup.yml')
-rw-r--r--ansible/nsb_setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml
index 98a59f984..92f5d8390 100644
--- a/ansible/nsb_setup.yml
+++ b/ansible/nsb_setup.yml
@@ -37,7 +37,7 @@
name: yardstick
pull: yes
recreate: yes
- image: opnfv/yardstick:latest
+ image: "{{ yardstick_docker_image|default('opnfv/yardstick:latest') }}"
state: started
restart_policy: always
privileged: yes