]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: fix image tag for secondary rgw cluster (rgw_multisite)
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 27 Nov 2018 13:50:18 +0000 (14:50 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 28 Nov 2018 11:22:04 +0000 (11:22 +0000)
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 <gabrioux@redhat.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index add89cbd1df3784d715bbb704dbd6f9c8a0c8a42..a4b91b8eced89827c23e83cdc4c2e4a612616f46 100644 (file)
--- 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} \
       "