]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw: make beast the default for rgw_frontends
authorCasey Bodley <cbodley@redhat.com>
Fri, 22 Feb 2019 18:28:19 +0000 (13:28 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 22 Feb 2019 18:28:19 +0000 (13:28 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
doc/radosgw/config-ref.rst
src/common/options.cc

index 44256462d94d8928e6efdabf63e00cd354ae8974..37bb8eea9007e3229dc007d7af5f9bafa98c179e 100644 (file)
@@ -22,7 +22,7 @@ instances or all radosgw-admin commands can be put into the ``[global]`` or the
               `HTTP Frontends`_ for more on supported options.
 
 :Type: String
-:Default: ``civetweb port=7480``
+:Default: ``beast port=7480``
 
 ``rgw data``
 
index 07345d8f146966ca9285ab073783f858a923a8be..528682611a154314019c13309b1185cbbdb09dbb 100644 (file)
@@ -6383,7 +6383,7 @@ std::vector<Option> get_rgw_options() {
         "contain the name of the bucket the operation happened on."),
 
     Option("rgw_frontends", Option::TYPE_STR, Option::LEVEL_BASIC)
-    .set_default("civetweb port=7480")
+    .set_default("beast port=7480")
     .set_description("RGW frontends configuration")
     .set_long_description(
         "A comma delimited list of frontends configuration. Each configuration contains "