Pin ARA for Queens

To ensure that ARA continues to work for the lifetime
of Queens, we pin it to the current version.

Change-Id: I38c27607477c7274308abdd9aaa96941540cd906
This commit is contained in:
Jesse Pretorius 2018-05-29 12:33:05 +01:00
parent 8694efe27b
commit c241d0eeac
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function setup_ara {
pip install \
--constraint "${COMMON_TESTS_PATH}/test-ansible-deps.txt" \
--constraint ${UPPER_CONSTRAINTS_FILE:-https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} \
ara
ara==0.15.0
fi
# Dynamically figure out the location of ARA (ex: py2 vs py3)