nsb_setup: fixup typo 27/41127/1
authorRoss Brattain <ross.b.brattain@intel.com>
Wed, 6 Sep 2017 00:18:44 +0000 (17:18 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Wed, 6 Sep 2017 00:18:54 +0000 (17:18 -0700)
Change-Id: I7fcbf0a3c3f21065d82ffb23b5ea8c1e774a1d67
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
nsb_setup.sh

index 75fcf14..85bd7b2 100755 (executable)
@@ -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.2.2.0 shade==1.17.0 docker-py==1.10.6
 
 if [ $# -eq 1 ]; then
     extra_args="-e openrc_file=$1"