]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
config: use ceph git url for suite
authorSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 22:07:49 +0000 (17:07 -0500)
committerSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 22:07:49 +0000 (17:07 -0500)
e.g., if the user specifies --ceph-repo, we will use this for the suite,
too.

Signed-off-by: Sage Weil <sage@redhat.com>
teuthology/config.py

index a8bd7da41767309dfa16bf60150f606da976d480..ef74bb5d1e32ee76c5abf7d8d403035108de2b6e 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.git')
+                self.get_ceph_git_url())
 
     def get_ceph_git_url(self):
         return (self.ceph_git_url or