From d03594eab5e01358b7a41ded6f72afcc7240d170 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Mon, 11 Apr 2016 12:25:48 +0200 Subject: [PATCH] rgw: no need to do period pull realm pull already pulls latest period Signed-off-by: Orit Wasserman --- tasks/rgw.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/rgw.py b/tasks/rgw.py index cb93e82b13bff..ac5c4a0a039d8 100644 --- a/tasks/rgw.py +++ b/tasks/rgw.py @@ -995,13 +995,6 @@ def pull_configuration(ctx, config, regions, role_endpoints, realm, master_clien user_info['system_key']['secret_key']], check_status=True) - rgwadmin(ctx, client, - cmd=['-n', client, 'period', 'pull', '--rgw-realm', realm, '--url', - endpoint, '--access_key', - user_info['system_key']['access_key'], '--secret', - user_info['system_key']['secret_key']], - check_status=True) - (zonegroup, zone, zone_info, user_info) = role_zones[client] zone_json = json.dumps(dict(zone_info.items() + user_info.items())) log.debug("zone info is: %s"), zone_json -- 2.39.5