]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix indentation for cache_pools
authorSage Weil <sage@inktank.com>
Tue, 6 May 2014 16:22:49 +0000 (09:22 -0700)
committerSage Weil <sage@inktank.com>
Tue, 6 May 2014 16:22:49 +0000 (09:22 -0700)
Fixes: #8295
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/rgw.py

index 3cea9e50f78d8993ab3f7c12b17d18bcbcc08e57..937f50fecad8b0e100f31e1e8b3523563fa00be3 100644 (file)
@@ -761,7 +761,7 @@ def task(ctx, config):
     if 'ec-data-pool' in config:
         ctx.rgw.ec_data_pool = bool(config['ec-data-pool'])
         del config['ec-data-pool']
-        ctx.rgw.cache_pools = False
+    ctx.rgw.cache_pools = False
     if 'cache-pools' in config:
         ctx.rgw.cache_pools = bool(config['cache-pools'])
         del config['cache-pools']