From d6fe63d86c802e58d26fc854f18dea09c74594ea Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 14 Dec 2016 17:07:49 -0500 Subject: [PATCH] config: use ceph git url for suite e.g., if the user specifies --ceph-repo, we will use this for the suite, too. Signed-off-by: Sage Weil --- teuthology/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/config.py b/teuthology/config.py index a8bd7da417..ef74bb5d1e 100644 --- a/teuthology/config.py +++ b/teuthology/config.py @@ -183,7 +183,7 @@ class TeuthologyConfig(YamlConfig): def get_ceph_qa_suite_git_url(self): return (self.ceph_qa_suite_git_url or - self.ceph_git_base_url + 'ceph.git') + self.get_ceph_git_url()) def get_ceph_git_url(self): return (self.ceph_git_url or -- 2.39.5