X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nsb_setup.sh;h=1c27af7db4b33363104a4f8b61df0b236a97d183;hb=6546e0467013abd5fff236b6e9d7137b292a4d4e;hp=025b8f728098778c26fb5c03493a1142a58114f9;hpb=a691427480c3a8cad60b275d47d7ddbde1c26f64;p=yardstick.git diff --git a/nsb_setup.sh b/nsb_setup.sh index 025b8f728..1c27af7db 100755 --- a/nsb_setup.sh +++ b/nsb_setup.sh @@ -22,7 +22,7 @@ for i in "${pkg[@]}"; do fi done -pip install ansible shade docker +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"