Use the same version of ansible as tests repo

Instead of carrying yet another version of ansible in tox.ini,
we should rely on re-using the process in the tests repo, and
re-use the tests repo constraints and requirements.

Change-Id: Iddca8aa00e96f6d6303e63e67e9fabc11a78ba60
This commit is contained in:
Jean-Philippe Evrard 2017-06-12 15:53:06 +00:00
parent 90016a2350
commit abb33492b8

View File

@ -92,8 +92,8 @@ commands =
[testenv:ansible] [testenv:ansible]
deps = deps =
{[testenv]deps} {[testenv]deps}
ansible==2.3.0.0 -r{toxinidir}/global-requirement-pins.txt
ansible-lint<=3.4.12 -rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}
ANSIBLE_HOST_KEY_CHECKING = False ANSIBLE_HOST_KEY_CHECKING = False