From: Josh Durgin Date: Tue, 29 Oct 2013 19:21:15 +0000 (-0700) Subject: rgw: remove unused variables X-Git-Tag: v0.94.10~27^2^2~364^2~497^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=db98afe471d0171b7411423ae89348fadaa396bf;p=ceph.git rgw: remove unused variables Region name isn't needed for the new radosgw-agent command line args. Signed-off-by: Josh Durgin --- diff --git a/teuthology/task/radosgw-agent.py b/teuthology/task/radosgw-agent.py index 52fbcbf18a0e..d996af021d3f 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)