From 49f5e46a12adf34c1dcfe5d127ff08a3706fc371 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 15 Feb 2019 16:19:46 +0100 Subject: Update rally to support one global html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It isn't supported by Rally initally selected in Functest Hunter [1]. [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-smoke-hunter-rally_sanity-run/15/console Change-Id: I3182e73db580fc32959339c13b3b725283535b29 Signed-off-by: Cédric Ollivier (cherry picked from commit 18e2880cba0265219941dfc4700f334e500d23eb) --- docker/tempest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index 2839e5744..5012b2717 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -4,7 +4,7 @@ ARG BRANCH=stable/gambia ARG OPENSTACK_TAG=stable/queens ARG TEMPEST_TAG=3588bb3f5ef546a0ef4d4ad621fd1be381b5fdaf ARG OSLO_CONCURRENCY=3.27.0 -ARG RALLY_TAG=1.1.0 +ARG RALLY_TAG=1.3.0 ARG RALLY_OPENSTACK_TAG=1.2.0 ARG OS_FAULTS_TAG=0.1.17 -- cgit 1.2.3-korg