Bump lftools version to v0.18.0 88/13088/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Oct 2018 16:28:16 +0000 (12:28 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 19 Oct 2018 16:28:21 +0000 (12:28 -0400)
Change-Id: I999f2a79044dadfb543fe36d8a506d115d3cdf99
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh

index c607dcb..254fa77 100644 (file)
@@ -14,7 +14,7 @@ set -eux -o pipefail
 REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt)
 
 cat << EOF > "$REQUIREMENTS_FILE"
-lftools~=0.17.1
+lftools~=0.18.0
 python-heatclient~=1.16.1
 python-openstackclient~=3.16.0
 EOF