From aad0394963e6916afc715c8289604349442675f7 Mon Sep 17 00:00:00 2001 From: Matthew Heler Date: Tue, 19 Feb 2019 10:42:28 -0600 Subject: [PATCH] [CEPH] Use civetweb by default for RGW with keystone Currently there is a bug in the beast code that makes it fail during the initial lookup for a keystone user map. For the time being we will continue to use civetweb when keystone is present until this issue is resolved. Change-Id: I56bcd77f38adb3763d35f46443c1403816d1dcea --- ceph-rgw/templates/bin/rgw/_init.sh.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ceph-rgw/templates/bin/rgw/_init.sh.tpl b/ceph-rgw/templates/bin/rgw/_init.sh.tpl index bdb2e2fc0..6b1b3c005 100644 --- a/ceph-rgw/templates/bin/rgw/_init.sh.tpl +++ b/ceph-rgw/templates/bin/rgw/_init.sh.tpl @@ -23,7 +23,6 @@ cp -va /etc/ceph/ceph.conf.template /etc/ceph/ceph.conf cat >> /etc/ceph/ceph.conf <