diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-05-25 17:44:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-25 17:44:17 +0000 |
commit | 59931e1276034e9304bc583e7f25518085a7ee3c (patch) | |
tree | aafa591cf651a976eb240a7eb2b7643244cb275c /ansible/nsb_setup.yml | |
parent | 2568d72211986a7b61decb0dd6db6233c3dc153d (diff) | |
parent | d9dd1ffbbe97cef54781876195b1265b5e39e856 (diff) |
Merge "update docker image tag to 6.1.0" into stable/fraser
Diffstat (limited to 'ansible/nsb_setup.yml')
-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 |