From: Yehuda Sadeh Date: Mon, 14 Jan 2019 16:50:23 +0000 (-0800) Subject: qa/rgw_multi: adjust structure for new zone config X-Git-Tag: v14.1.0~314^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff458b322dd2d7ce15514050a19b7d3f71dd32c8;p=ceph.git qa/rgw_multi: adjust structure for new zone config Signed-off-by: Yehuda Sadeh --- diff --git a/qa/tasks/rgw_multisite.py b/qa/tasks/rgw_multisite.py index a3697278ac2..c39cb935fb3 100644 --- a/qa/tasks/rgw_multisite.py +++ b/qa/tasks/rgw_multisite.py @@ -408,7 +408,7 @@ def create_zone_pools(ctx, zone): gateway = zone.gateways[0] cluster = zone.cluster for pool_config in zone.data.get('placement_pools', []): - pool_name = pool_config['val']['data_pool'] + pool_name = pool_config['val']['storage_classes']['STANDARD']['data_pool'] if ctx.rgw.ec_data_pool: create_ec_pool(gateway.remote, pool_name, zone.name, 64, ctx.rgw.erasure_code_profile, cluster.name, 'rgw')