From c241d0eeac1b08cb73ceab8560007b296d69d137 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 29 May 2018 12:33:05 +0100 Subject: [PATCH] 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 --- test-ansible-env-prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-ansible-env-prep.sh b/test-ansible-env-prep.sh index d2468739..8ed7d515 100755 --- a/test-ansible-env-prep.sh +++ b/test-ansible-env-prep.sh @@ -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)