diff options
Diffstat (limited to 'doc/source/parameters.rst')
-rw-r--r-- | doc/source/parameters.rst | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/source/parameters.rst b/doc/source/parameters.rst index 2fb27a7d..d2f77924 100644 --- a/doc/source/parameters.rst +++ b/doc/source/parameters.rst @@ -93,15 +93,16 @@ The options for log:: --[no]verbose: show debug output (default: 'false') -The option for gflags:: +The option for openstack.common.cfg:: - --flagfile: Insert flag definitions from the given file into the command line. - (default: '') - --undefok: comma-separated list of flag names that it is okay to specify on - the command line even if the program does not define a flag with that name. - IMPORTANT: flags in this list that have arguments MUST use the --flag=value - format. - (default: '') + --config-file: Path to a config file to use. Multiple config files + can be specified, with values in later files taking precedence. + (default: []) + --config-dir: Path to a config directory to pull *.conf files from. + This file set is sorted, so as to provide a predictable parse order if + individual options are over-ridden. The set is parsed after the file(s), + if any, specified via --config-file, hence over-ridden options in the + directory take precedence. The options for event dumper:: |