From c3c326570b29276d5ac2f703f64fb5f797de62d2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Sep 2017 11:39:43 +0200 Subject: Select ansible 2.3.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Badly the ansible version is not defined in OpenStack's upper-constaints.txt. It must be added in the OPNFV one. Otherwise, rally fails [1] [1] https://build.opnfv.org/ci/job/functest-fuel-baremetal-daily-master/1866/console Change-Id: Id6814376ce96d35db65f6290d0a31283a15de0b2 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/upper-constraints.txt b/upper-constraints.txt index 3b1e8bd99..bf5a44f8a 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -15,3 +15,4 @@ robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' IPy===0.83 os-faults===0.1.10 +ansible===2.3.2.0 -- cgit 1.2.3-korg