Pin dogpile.cache to ~=0.6.8 86/13986/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Dec 2018 01:41:47 +0000 (09:41 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 14 Dec 2018 01:41:50 +0000 (09:41 +0800)
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 <thanh.ha@linuxfoundation.org>
shell/python-tools-install.sh

index e0b04db..921e39b 100644 (file)
@@ -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"