Skip to content

Commit

Permalink
rgw: beast frontend no longer experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Apr 6, 2018
1 parent c803fb1 commit a78c2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rgw/rgw_main.cc
Expand Up @@ -466,8 +466,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;
Expand Down

0 comments on commit a78c2d8

Please sign in to comment.