Add constraints on python dependencies in Vagrant

Liberty branch of Kolla requires docker-py 1.5.0 and ansible 1.9.4.

TrivialFix

Change-Id: Ic2f3d6d54954ae8ecd9d63f33a99d533ddf7e091
This commit is contained in:
Martin André 2016-01-15 18:28:02 +09:00
parent 71abb7c14a
commit 723537fbdf
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ function prep_work {
yum install -y http://mirror.nl.leaseweb.net/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum install -y MySQL-python vim-enhanced python-pip python-devel gcc openssl-devel libffi-devel libxml2-devel libxslt-devel && yum clean all
pip install --upgrade docker-py
pip install "docker-py==1.5.0"
}
# Install and configure a quick&dirty docker daemon.
@ -80,7 +80,7 @@ function configure_kolla {
# Configure the operator node and install some additional packages.
function configure_operator {
yum install -y git mariadb && yum clean all
pip install --upgrade ansible python-openstackclient
pip install --upgrade "ansible<2" python-openstackclient
pip install ~vagrant/kolla