From 4ae5a77abec4ea6b158aabbed355f22c4c38f4a7 Mon Sep 17 00:00:00 2001 From: Denis Egorenko Date: Thu, 21 Jan 2016 18:53:00 +0300 Subject: [PATCH] Pin pip to version less then 8.0.0 Waiting for: https://review.openstack.org/#/c/260150/ will be released Change-Id: I64adfc888a4dcb415d7fc469b2fa5ce13d49d3e7 --- config/nodepool/scripts/prepare_node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nodepool/scripts/prepare_node.sh b/config/nodepool/scripts/prepare_node.sh index e0e7475e..ce4808ab 100755 --- a/config/nodepool/scripts/prepare_node.sh +++ b/config/nodepool/scripts/prepare_node.sh @@ -38,8 +38,8 @@ PIP_PACKAGES="python-glanceclient" PIP_PACKAGES+=" mysql-python" # Requirements for Cloudera plugin PIP_PACKAGES+=" cm-api" -# Upper cap due to problem with tox (2.0) which isolated system env variables -PIP_PACKAGES+=" pip tox<2.0" +# TODO: remove this pin. Upper cap due to problem with tox (2.0) which isolated system env variables. Pip has problem with upgrading/removing existing libraries +PIP_PACKAGES+=" pip<8.0.0 tox<2.0" echo "mysql-server mysql-server/root_password select $MYSQL_PASS" | sudo debconf-set-selections echo "mysql-server mysql-server/root_password_again select $MYSQL_PASS" | sudo debconf-set-selections