diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-19 11:39:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-09-19 11:40:43 +0200 |
commit | c3c326570b29276d5ac2f703f64fb5f797de62d2 (patch) | |
tree | 4813c24400b994fb25c394c5452c5db76cb82da4 | |
parent | 6c9b7cee6284ca187565989120b2b9829a30a9a4 (diff) |
Select ansible 2.3.2.0
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 <cedric.ollivier@orange.com>
-rw-r--r-- | upper-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 3b1e8bd9..bf5a44f8 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 |