Merge "rgw: Switch to the beast frontend library"

This commit is contained in:
Zuul 2022-08-22 19:25:46 +00:00 committed by Gerrit Code Review
commit e3e8ddb3d0

View File

@ -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',
}