From bfce59e81b4d4f9bdb7b7679929b1e32b20c2d42 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 14 Dec 2016 12:43:59 -0700 Subject: [PATCH] Default suite repo to ceph.git To reflect the move from ceph-qa-suite.git -> ceph.git Signed-off-by: Zack Cerza --- teuthology/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/config.py b/teuthology/config.py index 51c0e71e5b..a8bd7da417 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-qa-suite.git') + self.ceph_git_base_url + 'ceph.git') def get_ceph_git_url(self): return (self.ceph_git_url or -- 2.39.5