From ba6f4e9bf7db4f4fe191829b4921183caf77ea14 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 31 Aug 2015 23:18:15 +0200 Subject: [PATCH] openstack: --upload defaults to teuthology-logs.public.ceph.com Instead of a non-ceph domain. Signed-off-by: Loic Dachary --- scripts/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.39.5