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
This commit is contained in:
parent
5cadc6d36e
commit
568fc9fb66
@ -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',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user