]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: swift task filters out config for skipped clients
authorCasey Bodley <cbodley@redhat.com>
Mon, 1 Jul 2019 16:08:11 +0000 (12:08 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 8 Jul 2019 14:46:03 +0000 (10:46 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ba3c17c4fad8672d95af0f3cb9e0fb4802d712e6)

qa/tasks/swift.py

index 491efb95b9fa2f05fa94f7b652ca0b95f060a5f0..dcecfca1d83fbccaa065e98c53428a97793c73e8 100644 (file)
@@ -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(