diff options
-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 025b8f728..75fcf14f6 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.2.2.0 shade==1.17.0 docker-py=1.10.6 if [ $# -eq 1 ]; then extra_args="-e openrc_file=$1" |