From 24a51c7182b868b57317f820dd8222f55274bc4d Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 26 Mar 2019 12:05:30 +1000 Subject: [PATCH] Update lftools to version v0.22.1 Change-Id: I728e3581f956cd56cc0446f2a3360bd9e71df6af Signed-off-by: Anil Belur --- shell/python-tools-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 2e514d5b..58fb2692 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.22.0 +lftools[openstack]~=0.22.1 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient -- 2.16.6