diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-18 17:38:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-04-18 17:38:01 +0200 |
commit | 95aad4cafe073e62b8624dbf7a5d973feee8d988 (patch) | |
tree | 1a4970741a7596f4ccce9ac954a0923283811028 /docker | |
parent | d7497df148e255d438d8fbecc880522df0b0468c (diff) |
Update rally-openstack to support block-storageopnfv-9.0.0
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/tempest/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |