From: Loic Dachary Date: Mon, 31 Aug 2015 21:18:15 +0000 (+0200) Subject: openstack: --upload defaults to teuthology-logs.public.ceph.com X-Git-Tag: 1.1.0~833^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ba6f4e9bf7db4f4fe191829b4921183caf77ea14;p=teuthology.git openstack: --upload defaults to teuthology-logs.public.ceph.com Instead of a non-ceph domain. Signed-off-by: Loic Dachary --- diff --git a/scripts/openstack.py b/scripts/openstack.py index 7581bcbcab..4038efd2d9 100644 --- a/scripts/openstack.py +++ b/scripts/openstack.py @@ -66,7 +66,7 @@ and analyze results. parser.add_argument( '--archive-upload', help='rsync destination to upload archives', - default='ubuntu@integration.ceph.dachary.org:./', + default='ubuntu@teuthology-logs.public.ceph.com:./', ) # copy/pasted from scripts/suite.py parser.add_argument(