Merge "Pin ARA to the current version" into stable/rocky

This commit is contained in:
Zuul 2018-09-20 19:23:32 +00:00 committed by Gerrit Code Review
commit eded2b8ad7
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ function setup_ara {
# This installs from pypi
# PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script.
# PIP_OPTS contains the whole set of constraints that need to be applied.
${PIP_COMMAND} install --isolated ${PIP_OPTS} ara "${ANSIBLE_PACKAGE:-ansible}"
${PIP_COMMAND} install --isolated ${PIP_OPTS} ara==0.16.1 "${ANSIBLE_PACKAGE:-ansible}"
fi
# Dynamically retrieve the location of the ARA callback so we are able to find
# it on both py2 and py3