rgw: beast frontend no longer experimental

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2018-04-05 21:10:40 -04:00
parent 2f00b8f990
commit f1e826ad7f
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,3 @@
overrides:
rgw:
frontend: beast
ceph:
conf:
client:
enable experimental unrecoverable data corrupting features: "rgw-beast-frontend"

View File

@ -468,8 +468,7 @@ int main(int argc, const char **argv)
fe = new RGWLoadGenFrontend(env, config);
}
#if defined(WITH_RADOSGW_BEAST_FRONTEND)
else if ((framework == "beast") &&
cct->check_experimental_feature_enabled("rgw-beast-frontend")) {
else if (framework == "beast") {
int port;
config->get_val("port", 80, &port);
std::string uri_prefix;