Fix for dib jobs

Openstackclient removed as dependency. Need install to node manually

Change-Id: Icf88a96ec2802cdc0e27b7d2a4a5363cf5546a9b
This commit is contained in:
Evgeny Sikachev 2016-07-21 13:05:21 +03:00
parent fc4e002fd2
commit 81c38c3eda

View File

@ -36,6 +36,8 @@ APT_PACKAGES+=" gettext"
PIP_PACKAGES="python-glanceclient"
# Requirements for Sahara
PIP_PACKAGES+=" mysql-python"
# Requirements for dib-jobs
PIP_PACKAGES+=" python-openstackclient"
PIP_PACKAGES+=" pip==8.1.1 tox"
echo "mysql-server mysql-server/root_password select $MYSQL_PASS" | sudo debconf-set-selections