From: Thanh Ha Date: Wed, 5 Dec 2018 03:49:11 +0000 (+0800) Subject: Update lftools to v0.19.1 with unicode fix X-Git-Tag: v0.28.2^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=inline;h=905318304cfc9faed813df54965b0b32d4abc3c1;p=releng%2Fglobal-jjb.git Update lftools to v0.19.1 with unicode fix Pull in the unicode fix I88f70af17222fc7931a07e78eba23d9cc60eb9e7 in lftools. Change-Id: I52394f3d091a0aa54e23f5ffc654c1307bf04a89 Signed-off-by: Thanh Ha --- diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 7f84d201..e0b04dbe 100644 --- 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.19.0 +lftools[openstack]~=0.19.1 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 EOF