]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Update the default archive_base path 966/head
authorZack Cerza <zack@redhat.com>
Mon, 17 Oct 2016 15:17:47 +0000 (09:17 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 17 Oct 2016 15:17:47 +0000 (09:17 -0600)
None of our labs are using /var/lib/teuthworker/archive anymore. The
incorrect default could trip up users.

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

index 505666d3b5d2833b6b7d5a6f0341e36e6616a80c..ee0329012c45c589f1f6aa1f98e32d32927b1a01 100644 (file)
@@ -128,7 +128,7 @@ class TeuthologyConfig(YamlConfig):
     """
     yaml_path = os.path.join(os.path.expanduser('~/.teuthology.yaml'))
     _defaults = {
-        'archive_base': '/var/lib/teuthworker/archive',
+        'archive_base': '/home/teuthworker/archive',
         'archive_upload': None,
         'archive_upload_key': None,
         'archive_upload_url': None,