summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-01-16 15:46:14 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-01-16 15:46:14 -0800
commit3e0f523c92c6ab1d6a84cbdc9a985625eae82026 (patch)
tree97389026b05f82001d743f4743fd2057d7af7805
parent6177809fcbe19e5fa9d360e4ee381534e947ecd9 (diff)
Fix openstacksdk library version to 0.9.19
Change-Id: I67d4ba86e1ff460b6062f2936262b38430a0a377 Issue-ID: INT-278 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-xtest/ete/scripts/install_openstack_cli.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh
index 400a59ccb..921fae9de 100755
--- a/test/ete/scripts/install_openstack_cli.sh
+++ b/test/ete/scripts/install_openstack_cli.sh
@@ -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