diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-06-29 16:32:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-29 16:32:32 +0000 |
commit | a46467e5d769c888db3b982fe74e9708a67884d5 (patch) | |
tree | f0d5d50afbd2b107d6efef6b1a3f3d59b76eeeed | |
parent | 98aca839a400b0933d474c1358aa601f36b67369 (diff) | |
parent | b73121dd194f922fef8745e9a1df13390296ffed (diff) |
Merge "Update docker image tag to 6.2.0" into stable/fraser
-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 a00d991d2..b6bf05cce 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.1.0 + image: opnfv/yardstick:opnfv-6.2.0 state: started restart_policy: always privileged: yes |