Include ARA in the ansible-previous venv

We are now using ARA for all the jobs, including the upgrades.
If ARA isn't installed, any playbook using the ansible-previous
venv would fail, because the callback plugin setup during the
first steps of the job is still in use.

Change-Id: Ibfb444aeacfecd3384314f0e9d92e096279c543a
This commit is contained in:
Jean-Philippe Evrard 2018-01-27 08:37:48 +00:00
parent f84b84e57b
commit 16dafa4718
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ pushd ${WORKING_DIR}/.tox
virtualenv ${PREVIOUS_VENV}
${PREVIOUS_VENV}/bin/pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike \
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/pike \
-r${WORKING_DIR}/tests/common/previous/test-ansible-deps.txt
-r${WORKING_DIR}/tests/common/previous/test-ansible-deps.txt ara
# Display venv contents
${PREVIOUS_VENV}/bin/pip freeze
popd