diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-16 15:46:14 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-16 23:47:29 +0000 |
commit | 4bdaaeea0e0d7d99b60be1404427a9faff2ffebc (patch) | |
tree | 1f4b15929900f299e7a957f9a2085cca3156b4ab /test/ete/scripts | |
parent | 65759ac8168e02a91bdb1fa9de9b297feb61f362 (diff) |
Fix openstacksdk library version to 0.9.19
Change-Id: I67d4ba86e1ff460b6062f2936262b38430a0a377
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit 3e0f523c92c6ab1d6a84cbdc9a985625eae82026)
Diffstat (limited to 'test/ete/scripts')
-rwxr-xr-x | test/ete/scripts/install_openstack_cli.sh | 2 |
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 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 |