aboutsummaryrefslogtreecommitdiffstats
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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh
index 8f1529606..842034eef 100755
--- a/test/ete/scripts/install_openstack_cli.sh
+++ b/test/ete/scripts/install_openstack_cli.sh
@@ -24,10 +24,10 @@ else
ONAP_VENV=$(mktemp -d --suffix=_onap_venv)
virtualenv ${ONAP_VENV}
source ${ONAP_VENV}/bin/activate
-
+
pip install --upgrade pip
- pip install openstacksdk==0.9.19 python-openstackclient python-heatclient python-designateclient
-
+ pip install python-openstackclient python-heatclient python-designateclient
+
echo "ONAP_VENV=${ONAP_VENV}" >> $WORKSPACE/env.properties
fi
echo "ONAP_VENV=${ONAP_VENV}"