Update the ansible min version to 2.2.0

1. The version of kolla-cli should keep consistency with kolla-ansible[0],
the min ansible version of kolla-ansible is 2.2.0, so update it.
2. Move the ansible into test-requirements.txt

[0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/prechecks/vars/main.yml#L4

Change-Id: I1ce0c27e72497e64f5868a027375a7ce62882173
This commit is contained in:
caoyuan 2018-06-20 13:04:16 +08:00
parent c6850cf972
commit c9cf67fdf5
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
ansible>=1.9.2
Babel>=0.9.6
cliff>=1.13.0 # Apache-2.0
cliff-tablib<=1.1

View File

@ -4,6 +4,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.10.2,<0.11
ansible>=2.2.0
bandit>=0.13.2
coverage>=3.6
discover