From 95aad4cafe073e62b8624dbf7a5d973feee8d988 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 18 Apr 2019 17:38:01 +0200 Subject: Update rally-openstack to support block-storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Block-storage is the official service type for cinder, according to the service-types-authority starting from OpenStack Stein release [1]. It is unversioned endpoint which replaces old 'volume', 'volumev2' and 'volumev3'. It updates rally-openstack to the right commit id [2] till the new rally-openstack release. [1] https://review.openstack.org/#/c/510939/ [2] https://review.openstack.org/#/c/652405/ Change-Id: I3bdb48d20a55ec6f86ea3c6ccfcbda86057e91a1 Signed-off-by: Cédric Ollivier --- docker/tempest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/tempest') diff --git a/docker/tempest/Dockerfile b/docker/tempest/Dockerfile index b25b6b9ea..3012186e5 100644 --- a/docker/tempest/Dockerfile +++ b/docker/tempest/Dockerfile @@ -4,7 +4,7 @@ ARG BRANCH=stable/iruya ARG OPENSTACK_TAG=stable/stein ARG TEMPEST_TAG=20.0.0 ARG RALLY_TAG=1.4.1 -ARG RALLY_OPENSTACK_TAG=1.4.0 +ARG RALLY_OPENSTACK_TAG=90bd2c4c39deb449197993f9e42142c90c1b2f6d ARG OS_FAULTS_TAG=0.1.18 ARG UJSON_TAG=d25e024f481c5571d15f3c0c406a498ca0467cfd -- cgit 1.2.3-korg