From 5af5ad6d61ffd15d4cf42102d028e2a962684686 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 27 Nov 2018 14:50:18 +0100 Subject: [PATCH] tests: fix image tag for secondary rgw cluster (rgw_multisite) the first cluster is using `latest-master` while the second is using `latest` which is not the right version to be used here. Signed-off-by: Guillaume Abrioux --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index add89cbd1..a4b91b8ec 100644 --- a/tox.ini +++ b/tox.ini @@ -172,7 +172,7 @@ commands= ceph_stable_release={env:CEPH_STABLE_RELEASE:mimic} \ ceph_docker_registry={env:CEPH_DOCKER_REGISTRY:docker.io} \ ceph_docker_image={env:CEPH_DOCKER_IMAGE:ceph/daemon} \ - ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest} \ + ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-master} \ ceph_dev_branch={env:CEPH_DEV_BRANCH:master} \ ceph_dev_sha1={env:CEPH_DEV_SHA1:latest} \ " -- 2.39.5