aboutsummaryrefslogtreecommitdiffstats
path: root/test/ete
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-03 07:29:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-03 08:10:50 -0700
commit36e42dd5d85a34302e8245be30cecfbc5fbf79ca (patch)
tree103a5a8e22cc89c0ea76fd2374e4caca359833ed /test/ete
parent11c9874f6aa84e8f3ab03f9bec84c8b0c5033003 (diff)
Add output values for k8s IP addresses
Change-Id: I546da00d39c68dc5c1b5dc233ed102c29174bdc3 Issue-ID: INT-381 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test/ete')
-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}"