From 7f0ad8ab4ea36e1d0d3b94576d3bf7fd0ecd59a2 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Tue, 5 Apr 2016 12:36:45 +0200 Subject: [PATCH] rgw: use civetweb if no frontend was configured Signed-off-by: Orit Wasserman --- tasks/rgw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/rgw.py b/tasks/rgw.py index d392aaf512eb9..70974ef8534f1 100644 --- a/tasks/rgw.py +++ b/tasks/rgw.py @@ -871,7 +871,7 @@ def task(ctx, config): ctx.rgw.cache_pools = bool(config['cache-pools']) del config['cache-pools'] - ctx.rgw.frontend = 'apache' + ctx.rgw.frontend = 'civetweb' if 'frontend' in config: ctx.rgw.frontend = config['frontend'] del config['frontend'] -- 2.39.5