Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
65759ac
)
Fix openstacksdk library version to 0.9.19
55/28355/1
author
Gary Wu
<gary.i.wu@huawei.com>
Tue, 16 Jan 2018 23:46:14 +0000
(15:46 -0800)
committer
Gary Wu
<gary.i.wu@huawei.com>
Tue, 16 Jan 2018 23:47:29 +0000
(23:47 +0000)
Change-Id: I67d4ba86e1ff460b6062f2936262b38430a0a377
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit
3e0f523c92c6ab1d6a84cbdc9a985625eae82026
)
test/ete/scripts/install_openstack_cli.sh
patch
|
blob
|
history
diff --git
a/test/ete/scripts/install_openstack_cli.sh
b/test/ete/scripts/install_openstack_cli.sh
index
c7af2d5
..
8f15296
100755
(executable)
--- 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