From 36e42dd5d85a34302e8245be30cecfbc5fbf79ca Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 3 May 2018 07:29:53 -0700 Subject: Add output values for k8s IP addresses Change-Id: I546da00d39c68dc5c1b5dc233ed102c29174bdc3 Issue-ID: INT-381 Signed-off-by: Gary Wu --- test/ete/scripts/install_openstack_cli.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/ete') 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}" -- cgit 1.2.3-korg