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: v14.2.2~10^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=07640bd46e8a326f74823c1f292c6794d88c2779;p=ceph.git qa/rgw: swift task filters out config for skipped clients Signed-off-by: Casey Bodley (cherry picked from commit ba3c17c4fad8672d95af0f3cb9e0fb4802d712e6) --- diff --git a/qa/tasks/swift.py b/qa/tasks/swift.py index 491efb95b9fa2..dcecfca1d83fb 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(