From: Casey Bodley Date: Mon, 1 Jul 2019 16:08:11 +0000 (-0400) Subject: qa/rgw: swift task filters out config for skipped clients X-Git-Tag: v15.1.0~2270^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba3c17c4fad8672d95af0f3cb9e0fb4802d712e6;p=ceph.git qa/rgw: swift task filters out config for skipped clients Signed-off-by: Casey Bodley --- diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index 3eb54ecb8d58..cf53990fbfb7 100644 --- a/qa/tasks/swift.py +++ b/qa/tasks/swift.py @@ -247,6 +247,8 @@ def task(ctx, config): }, } ) + # only take config for valid clients + config = {c: config[c] for c in clients} log.info('clients={c}'.format(c=config.keys())) with contextutil.nested(