Update lftools to v0.19.1 with unicode fix 26/13826/1 v0.28.2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 5 Dec 2018 03:49:11 +0000 (11:49 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 5 Dec 2018 03:49:13 +0000 (11:49 +0800)
Pull in the unicode fix I88f70af17222fc7931a07e78eba23d9cc60eb9e7 in
lftools.

Change-Id: I52394f3d091a0aa54e23f5ffc654c1307bf04a89
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh

index 7f84d20..e0b04db 100644 (file)
@@ -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.19.0
+lftools[openstack]~=0.19.1
 python-heatclient~=1.16.1
 python-openstackclient~=3.16.0
 EOF