summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2013-08-16 17:05:52 -0700
committerDan Mick <dan.mick@inktank.com>2013-08-16 17:05:52 -0700
commitb007b3304c2020aa9f122ec6fef83a909053db3a (patch)
treebea9020c9a828e3c3a6a30be140328a867f75604
parent56e54cc489329febe132777526572c09635a5cd1 (diff)
parent6f0a49829cac9c0528918c6cd2a6b03be717c422 (diff)
downloadceph-b007b3304c2020aa9f122ec6fef83a909053db3a.tar.gz
Merge pull request #509 from dmick/wip-rest-conf
config_opts: add two ceph-rest-api-only variables for convenience Reviewed-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/common/config_opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/config_opts.h b/src/common/config_opts.h
index d933250f282..143a09be6e5 100644
--- a/src/common/config_opts.h
+++ b/src/common/config_opts.h
@@ -30,6 +30,8 @@ OPTION(daemonize, OPT_BOOL, false) // default changed by common_preinit()
OPTION(pid_file, OPT_STR, "") // default changed by common_preinit()
OPTION(chdir, OPT_STR, "/")
OPTION(max_open_files, OPT_LONGLONG, 0)
+OPTION(restapi_log_level, OPT_STR, "") // default set by Python code
+OPTION(restapi_base_url, OPT_STR, "") // "
OPTION(fatal_signal_handlers, OPT_BOOL, true)
OPTION(log_file, OPT_STR, "/var/log/ceph/$cluster-$name.log") // default changed by common_preinit()