Bump lftools version to v0.19.0 72/13772/1 v0.28.1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 3 Dec 2018 06:48:14 +0000 (14:48 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 3 Dec 2018 06:49:46 +0000 (14:49 +0800)
Change-Id: Ib28022b61efe42bbad77418d4289ddf3b9afd75f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml [new file with mode: 0644]
shell/python-tools-install.sh

diff --git a/releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml b/releasenotes/notes/lftools-version-0-19-c32ccdf4fea5aaaa.yaml
new file mode 100644 (file)
index 0000000..3f06cb8
--- /dev/null
@@ -0,0 +1,4 @@
+---
+other:
+  - |
+    Update lftools version to **v0.19.0**.
index b13edf3..46d01f3 100644 (file)
@@ -14,7 +14,7 @@ set -eux -o pipefail
 REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt)
 
 cat << EOF > "$REQUIREMENTS_FILE"
-lftools[openstack]~=0.18.0
+lftools[openstack]~=0.19.0
 python-heatclient~=1.16.1
 python-openstackclient~=3.16.0
 EOF