From cb1660d566ba4f953783f79ec0ef976a0a14eef5 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 21 Feb 2017 14:16:41 -0800 Subject: [PATCH] qa/tasks/ragweed: point at ceph.conf in config Signed-off-by: Yehuda Sadeh --- qa/tasks/ragweed.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/tasks/ragweed.py b/qa/tasks/ragweed.py index e610f787e031b..7106c1a85867b 100644 --- a/qa/tasks/ragweed.py +++ b/qa/tasks/ragweed.py @@ -324,6 +324,10 @@ def task(ctx, config): 'fixtures' : {}, 'user system' : {}, 'user regular' : {}, + 'rados': + { + 'ceph_conf' : '/etc/ceph/ceph.conf', + }, } ) -- 2.39.5