Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
892d2dc
)
Revert lftools back to v0.18.0
87/13987/1
v0.28.3
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Fri, 14 Dec 2018 02:00:33 +0000
(10:00 +0800)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Fri, 14 Dec 2018 02:00:36 +0000
(10:00 +0800)
Binary corruption issues in lftools v0.19.x stream so revert back to
v0.18.0 for now.
Change-Id: I9f9ceb94a4d5efad4307517bff72b898a10ae728
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh
patch
|
blob
|
history
diff --git
a/shell/python-tools-install.sh
b/shell/python-tools-install.sh
index
921e39b
..
647a159
100644
(file)
--- a/
shell/python-tools-install.sh
+++ b/
shell/python-tools-install.sh
@@
-18,7
+18,7
@@
REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt)
# git+https://github.com/lfit/releng-lftools.git#egg=lftools[openstack]
cat << EOF > "$REQUIREMENTS_FILE"
-lftools[openstack]~=0.1
9.1
+lftools[openstack]~=0.1
8.0
python-heatclient~=1.16.1
python-openstackclient~=3.16.0
dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient