Bump the ansible version to 2.2.0

Bumping the ansible version in kolla-toolbox to be
in sync with the min version from kolla-ansible.

Depends-On: I99f3c5678f6d2d1f93d61c660fbd166184ff6422

Change-Id: Iabdaf920baf17e76f2e850c2834aa25a30b8b599
This commit is contained in:
caoyuan 2017-04-02 17:30:46 +08:00
parent 9726d2c5af
commit 9b2ae2ca17
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
{% endblock %}
{% set kolla_toolbox_pip_packages = [
'ansible==2.1.1.0',
'ansible==2.2.0.0',
'MySQL-python',
'os-client-config==1.26.0',
'pytz',