From: Cédric Ollivier Date: Mon, 22 Apr 2019 17:38:28 +0000 (+0200) Subject: Update rally-openstack to 1.3.0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=074d4d6629206a35b0ebae181667d2df696f9d09;p=functest.git Update rally-openstack to 1.3.0 It allows verifying volumev3 which is the default cinder service_type [1]. volumev2 could have been verified with rally-openstack 1.2.0 but it wouldn't have conformed with OpenStack guidelines [2]. [1] https://gerrit.opnfv.org/gerrit/#/c/67505/ [2] https://review.opendev.org/#/c/501874/ Change-Id: Id9237b77a441b13f197a3bdf048a9d674ee437da Signed-off-by: Cédric Ollivier --- diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index 0efab0480..b5fe6554f 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/queens ARG TEMPEST_TAG=3588bb3f5ef546a0ef4d4ad621fd1be381b5fdaf ARG OSLO_CONCURRENCY=3.27.0 ARG RALLY_TAG=1.3.0 -ARG RALLY_OPENSTACK_TAG=1.2.0 +ARG RALLY_OPENSTACK_TAG=1.3.0 RUN apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \