From a351b0872620e3bfca1a2ef5fb5235f35002b160 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 11 Jun 2018 15:40:54 +0200 Subject: [PATCH] tests: set CEPH_DOCKER_IMAGE_TAG when ceph release is luminous Since latest points to mimic for the ceph container images, we need to set `CEPH_DOCKER_IMAGE_TAG` to `latest-luminous` when ceph release is luminous Signed-off-by: Guillaume Abrioux --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3538efad6..7cb68d4f7 100644 --- a/tox.ini +++ b/tox.ini @@ -154,8 +154,9 @@ setenv= jewel: UPDATE_CEPH_STABLE_RELEASE = luminous jewel: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-luminous luminous: CEPH_STABLE_RELEASE = luminous + luminous: CEPH_DOCKER_IMAGE_TAG = latest-luminous luminous: UPDATE_CEPH_STABLE_RELEASE = luminous - luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest # Currently L is the latest stable release so it should point to 'latest' + luminous: UPDATE_CEPH_DOCKER_IMAGE_TAG = latest lvm_osds: CEPH_STABLE_RELEASE = luminous bluestore_lvm_osds: CEPH_STABLE_RELEASE = luminous deps= -- 2.39.5