From 4ad23dc5f858b21dde8ec14e26cb7338710df01c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 6 May 2014 09:22:49 -0700 Subject: [PATCH] rgw: fix indentation for cache_pools Fixes: #8295 Signed-off-by: Sage Weil --- teuthology/task/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/rgw.py b/teuthology/task/rgw.py index 3cea9e50f..937f50fec 100644 --- a/teuthology/task/rgw.py +++ b/teuthology/task/rgw.py @@ -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'] -- 2.47.3