X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nsb_setup.sh;h=1c27af7db4b33363104a4f8b61df0b236a97d183;hb=ec578c17540cfc57bb1c522046d369c5fdaf584b;hp=85bd7b2c431403d7020359e92985862b07aa26b9;hpb=3cce3bc588bef62e980cdcee3c9b7d6eac81bed2;p=yardstick.git diff --git a/nsb_setup.sh b/nsb_setup.sh index 85bd7b2c4..1c27af7db 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -22,7 +22,7 @@ for i in "${pkg[@]}"; do fi done -pip install ansible==2.2.2.0 shade==1.17.0 docker-py==1.10.6 +pip install ansible==2.3.2 shade==1.17.0 docker-py==1.10.6 if [ $# -eq 1 ]; then extra_args="-e openrc_file=$1"