From 568fc9fb66b1e1e8298a1c95dd117a35b8c9906f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 21 Aug 2022 00:54:18 +0900 Subject: [PATCH] rgw: Switch to the beast frontend library civetweb was deprecated since Ceph Pacific in favor of beast which has been supported since Mimic. Depends-on: https://review.opendev.org/853852 Change-Id: I278584d4e9be59e2fece94a9d135b54f331a5256 --- manifests/ceph.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/ceph.pp b/manifests/ceph.pp index 02124b849..8d5362136 100644 --- a/manifests/ceph.pp +++ b/manifests/ceph.pp @@ -81,8 +81,8 @@ test -b /dev/ceph_vg/lv_data }, # Configure Ceph RadosGW # These could be always set in the above call to ceph::profile::params - frontend_type => 'civetweb', - rgw_frontends => "civetweb port=${::openstack_integration::config::ip_for_url}:8080", + frontend_type => 'beast', + rgw_frontends => "beast frontend=${::openstack_integration::config::ip_for_url}:8080 port=8080", rgw_user => 'ceph', rbd_default_features => '15', }