From db98afe471d0171b7411423ae89348fadaa396bf Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 29 Oct 2013 12:21:15 -0700 Subject: [PATCH] rgw: remove unused variables Region name isn't needed for the new radosgw-agent command line args. Signed-off-by: Josh Durgin --- teuthology/task/radosgw-agent.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 52fbcbf18a0e5..d996af021d3f4 100644 --- a/teuthology/task/radosgw-agent.py +++ b/teuthology/task/radosgw-agent.py @@ -26,9 +26,6 @@ def run_radosgw_agent(ctx, config): src_zone = rgw_utils.zone_for_client(ctx, src_client) dest_zone = rgw_utils.zone_for_client(ctx, dest_client) - src_region = rgw_utils.region_for_client(ctx, src_client) - dest_region = rgw_utils.region_for_client(ctx, dest_client) - log.info("source is %s", src_zone) log.info("dest is %s", dest_zone) -- 2.39.5