diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-02-16 18:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-16 18:08:03 +0000 |
commit | 215740df982263cf3e2ae6581792856c365f0481 (patch) | |
tree | 032859a4d8b1a2ba3608fd97d8cd34e74d1e3d57 | |
parent | ff87a79c60748a8b8baa45d044fcd6afffb55850 (diff) | |
parent | df87d93b7115c4f81a81e51982551e049673e9fe (diff) |
Merge "Bump pip packages installed in "nsb_setup.sh" script"
-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 4a8e4db93..50fc017d1 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -63,7 +63,7 @@ for i in "${pkg[@]}"; do fi done -pip install ansible==2.3.2 shade==1.17.0 docker-py==1.10.6 +pip install ansible==2.4.2 shade==1.22.2 docker-py==1.10.6 ANSIBLE_SCRIPTS="ansible" |