]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: use civetweb if no frontend was configured
authorOrit Wasserman <owasserm@redhat.com>
Tue, 5 Apr 2016 10:36:45 +0000 (12:36 +0200)
committerOrit Wasserman <owasserm@redhat.com>
Tue, 12 Apr 2016 09:04:37 +0000 (11:04 +0200)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
tasks/rgw.py

index d392aaf512eb946c3550a296a7b7a73ff7e17165..70974ef8534f1651bc0472ffad997fdb3693679e 100644 (file)
@@ -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']