Fix openstacksdk library version to 0.9.19 53/28353/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 16 Jan 2018 23:46:14 +0000 (15:46 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 16 Jan 2018 23:46:14 +0000 (15:46 -0800)
Change-Id: I67d4ba86e1ff460b6062f2936262b38430a0a377
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/ete/scripts/install_openstack_cli.sh

index 400a59c..921fae9 100755 (executable)
@@ -26,7 +26,7 @@ else
     source ${ONAP_VENV}/bin/activate
     
     pip install --upgrade pip
-    pip install --upgrade python-openstackclient python-heatclient python-designateclient
+    pip install openstacksdk==0.9.19 python-openstackclient python-heatclient python-designateclient
     
     echo "ONAP_VENV=${ONAP_VENV}" >> $WORKSPACE/env.properties
 fi