Update lftools to ~ 0.17.1 90/12590/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 00:02:07 +0000 (20:02 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Sep 2018 00:03:04 +0000 (20:03 -0400)
Change-Id: I69a2e669493b0f309e161f07152d93b0fa0c9ac6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml [new file with mode: 0644]
shell/python-tools-install.sh

diff --git a/releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml b/releasenotes/notes/lftools-update-9aa57db33430b9ca.yaml
new file mode 100644 (file)
index 0000000..6054ccb
--- /dev/null
@@ -0,0 +1,4 @@
+---
+other:
+  - |
+    Update lftools to ~ 0.17.1
index 5866ea5..74807dc 100644 (file)
@@ -14,7 +14,7 @@ set -eux -o pipefail
 REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt)
 
 cat << EOF > "$REQUIREMENTS_FILE"
-lftools~=0.15.0
+lftools~=0.17.1
 python-heatclient~=1.16.1
 python-openstackclient~=3.16.0
 EOF