From 892d2dcf529e962f7ac747944267b7f98b307eb2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 14 Dec 2018 09:41:47 +0800 Subject: [PATCH] Pin dogpile.cache to ~=0.6.8 dogpile.cache released a new version 0.7.x yesterday which started breaking openstackclient. No upstream fix for this yet so pin this library until we can upgrade. Change-Id: I308d170fe1498bc4e03b3d6b769cca3ca822f5ac Signed-off-by: Thanh Ha --- shell/python-tools-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index e0b04dbe..921e39b8 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -21,6 +21,7 @@ cat << EOF > "$REQUIREMENTS_FILE" lftools[openstack]~=0.19.1 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 +dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient EOF echo "Requirements file" -- 2.16.6