From: Anil Belur Date: Thu, 21 Mar 2019 23:28:14 +0000 (+1000) Subject: Update lftools to version 0.22.0 X-Git-Tag: v0.34.0^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c87fbe5ca854c0a882133be67e10ce92fead6464;p=releng%2Fglobal-jjb.git Update lftools to version 0.22.0 Change-Id: I545662ee1cf31e1609971c08bb75555acf384139 Signed-off-by: Anil Belur --- diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 6b963a48..2e514d5b 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.21.0 +lftools[openstack]~=0.22.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient