Merge "Pin ARA to <1.0.0"

This commit is contained in:
Zuul 2019-05-31 04:46:15 +00:00 committed by Gerrit Code Review
commit 7b85854372

View File

@ -209,7 +209,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<1.0.0' "${ANSIBLE_PACKAGE:-ansible}"
fi
}