Pin Ansible version to 2.1.1.0 in kolla-toolbox

Use a fixed and released Ansible version to keep stability.

Change-Id: I885816d85249b15be91b5a101718a05841a20c18
Closes-Bug: #1615350
This commit is contained in:
Jeffrey Zhang 2016-08-21 16:53:39 +08:00
parent 6667bcfc97
commit 1a7af3e10b

@ -49,7 +49,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
&& rm get-pip.py \
&& pip --no-cache-dir install pytz \
&& pip --no-cache-dir install \
'ansible>2' \
ansible==2.1.1.0 \
MySQL-python \
os-client-config==1.16.0 \
pyudev \