summaryrefslogtreecommitdiffstats
path: root/test/ete/scripts/install_openstack_cli.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/ete/scripts/install_openstack_cli.sh')
-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