diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-07-03 16:33:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-03 16:33:17 +0000 |
commit | 01711acbd1a8b9f5bcf20073f33ad6cc83ede970 (patch) | |
tree | bcd0589272687f8d2da99cd10984731bbe9d745f /nsb_setup.sh | |
parent | f33f04d62d457f1d79fd548514f6831a2ac71a1c (diff) | |
parent | 6cc6b8a477fc3f7a32a11af4f6a6dc76b5fac83f (diff) |
Merge changes from topics 'YARDSTICK-1250', 'YARDSTICK-1249'
* changes:
Fix pip install issues in install.yaml script
Bump ansible version to 2.5.5
Diffstat (limited to 'nsb_setup.sh')
-rwxr-xr-x | nsb_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsb_setup.sh b/nsb_setup.sh index 3396b82d1..1f5344980 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -63,7 +63,7 @@ for i in "${pkg[@]}"; do fi done -pip install ansible==2.4.2 shade==1.22.2 docker-py==1.10.6 +pip install ansible==2.5.5 shade==1.22.2 docker-py==1.10.6 ANSIBLE_SCRIPTS="ansible" |