Temporary freeze pip version

Freeze pip==8.1.1

Change-Id: I332d3938a8b6a0a07898f851e60d29c58744226c
This commit is contained in:
Evgeny Sikachev 2016-05-20 13:06:41 +03:00
parent fd0e2e67ab
commit 30410c862c

View File

@ -36,7 +36,7 @@ APT_PACKAGES+=" gettext"
PIP_PACKAGES="python-glanceclient"
# Requirements for Sahara
PIP_PACKAGES+=" mysql-python"
PIP_PACKAGES+=" pip tox"
PIP_PACKAGES+=" pip==8.1.1 tox"
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