From: Greg Farnum Date: Sat, 30 Mar 2013 00:04:58 +0000 (-0700) Subject: config_opts: fix rgw_port comments to be plaintext X-Git-Tag: v0.62~134 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9e7ddf677f4e53dc05d5f699632a169e9a7887e1;p=ceph.git config_opts: fix rgw_port comments to be plaintext Signed-off-by: Greg Farnum --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 76c8adaa72a2..093930f81e78 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -517,7 +517,7 @@ OPTION(rgw_cache_enabled, OPT_BOOL, true) // rgw cache enabled OPTION(rgw_cache_lru_size, OPT_INT, 10000) // num of entries in rgw cache OPTION(rgw_socket_path, OPT_STR, "") // path to unix domain socket, if not specified, rgw will not run as external fcgi OPTION(rgw_host, OPT_STR, "") // host for radosgw, can be an IP, default is 0.0.0.0 -OPTION(rgw_port, OPT_STR, "") // port TCP to listen, format as "8080" "5000", if not specified, rgw will not run as external fcgi +OPTION(rgw_port, OPT_STR, "") // port to listen, format as "8080" "5000", if not specified, rgw will not run external fcgi OPTION(rgw_dns_name, OPT_STR, "") OPTION(rgw_script_uri, OPT_STR, "") // alternative value for SCRIPT_URI if not set in request OPTION(rgw_request_uri, OPT_STR, "") // alternative value for REQUEST_URI if not set in request