From 4bdaaeea0e0d7d99b60be1404427a9faff2ffebc Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 16 Jan 2018 15:46:14 -0800 Subject: Fix openstacksdk library version to 0.9.19 Change-Id: I67d4ba86e1ff460b6062f2936262b38430a0a377 Issue-ID: INT-278 Signed-off-by: Gary Wu (cherry picked from commit 3e0f523c92c6ab1d6a84cbdc9a985625eae82026) --- test/ete/scripts/install_openstack_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ete/scripts') diff --git a/test/ete/scripts/install_openstack_cli.sh b/test/ete/scripts/install_openstack_cli.sh index c7af2d5f7..8f1529606 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 -- cgit 1.2.3-korg