From f7169c11270dbdeabc56f942b47bc698b54afde5 Mon Sep 17 00:00:00 2001 From: long-wang Date: Sat, 13 Oct 2012 21:38:03 +0800 Subject: [PATCH] Add --config-dir=DIR in OPTIONS Change-Id: I51c426bdc0610b59aeecc4512c797e709021eb14 --- doc/source/man/keystone-manage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst index a4eae1ae06..a9b8c1a700 100644 --- a/doc/source/man/keystone-manage.rst +++ b/doc/source/man/keystone-manage.rst @@ -56,6 +56,12 @@ Options: --config-file=PATH Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: [] + --config-dir=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. -d, --debug Print debugging output --nodebug The inverse of --debug -v, --verbose Print more verbose output