]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Default suite repo to ceph.git
authorZack Cerza <zack@redhat.com>
Wed, 14 Dec 2016 19:43:59 +0000 (12:43 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 14 Dec 2016 19:44:38 +0000 (12:44 -0700)
To reflect the move from ceph-qa-suite.git -> ceph.git

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/config.py

index 51c0e71e5b3a7f7dd995ebce7b713ffbfed896f2..a8bd7da41767309dfa16bf60150f606da976d480 100644 (file)
@@ -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