From 9ea41b8abedff6c42db730fb69bceb16774066b4 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 14 Nov 2019 03:49:41 +0000 Subject: [PATCH] qa/tasks/ceph2: docker needs quay.io/ prefix for image name Signed-off-by: Sage Weil --- qa/tasks/ceph2.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qa/tasks/ceph2.py b/qa/tasks/ceph2.py index 9a4fe61ea3e0..a4e9791fbb40 100644 --- a/qa/tasks/ceph2.py +++ b/qa/tasks/ceph2.py @@ -763,8 +763,7 @@ def task(ctx, config): if branch in ['master', 'nautilus']: ctx.image = 'ceph/daemon-base:latest-%s-devel' % branch else: - ctx.image = 'ceph-ci/ceph:%s' % branch -# ctx.image = 'cephci/daemon-base:%s' % branch + ctx.image = 'quay.io/ceph-ci/ceph:%s' % branch log.info('Cluster image is %s' % ctx.image) # uuid -- 2.47.3