diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-05 15:05:09 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-05 15:05:32 -0700 |
commit | 734acb27083ce324b95eedc3643ba1b1d81a1816 (patch) | |
tree | e0d98d52521d6169da9e4905dd2dfd011c19a8b2 | |
parent | 15d9333cf16c533cd438ca4195f50e91b479feec (diff) |
nsb_setup: pin pip versions for ansible, shade, docker
Change-Id: Ia1f1c26becdc776ce664b4ab2fb0254049087318
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
-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" |