]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused variables
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 29 Oct 2013 19:21:15 +0000 (12:21 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 30 Oct 2013 16:57:50 +0000 (09:57 -0700)
Region name isn't needed for the new radosgw-agent
command line args.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/radosgw-agent.py

index 52fbcbf18a0e5d4ba119dda9897f9c42984922a4..d996af021d3f49e7492a591542adba79d80338e6 100644 (file)
@@ -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)