diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-05-24 21:17:26 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-05-24 21:17:26 -0700 |
commit | d9dd1ffbbe97cef54781876195b1265b5e39e856 (patch) | |
tree | dd9f543db2c652388fee9e47494a06e3f56a2f60 /ansible | |
parent | 256fc55e7fabfc70a445d2be8fd879fbfe218eb2 (diff) |
update docker image tag to 6.1.0
Change-Id: Ia7a0668c1c2461fceb97425bcb6ade5bdb105c79
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/nsb_setup.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/nsb_setup.yml b/ansible/nsb_setup.yml index c11a61b4a..56e591afe 100644 --- a/ansible/nsb_setup.yml +++ b/ansible/nsb_setup.yml @@ -37,7 +37,7 @@ name: yardstick pull: yes recreate: yes - image: opnfv/yardstick:opnfv-6.0.0 + image: opnfv/yardstick:opnfv-6.1.0 state: started restart_policy: always privileged: yes |