From: Thanh Ha Date: Fri, 14 Dec 2018 01:41:47 +0000 (+0800) Subject: Pin dogpile.cache to ~=0.6.8 X-Git-Tag: v0.28.3~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=892d2dcf529e962f7ac747944267b7f98b307eb2;p=releng%2Fglobal-jjb.git 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 --- 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"