From: Sage Weil Date: Wed, 14 Dec 2016 22:07:49 +0000 (-0500) Subject: config: use ceph git url for suite X-Git-Tag: 1.1.0~481^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6fe63d86c802e58d26fc854f18dea09c74594ea;p=teuthology.git 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 --- diff --git a/teuthology/config.py b/teuthology/config.py index a8bd7da41..ef74bb5d1 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