Merge "Improve keystone.conf [paste_deploy] documentation"
This commit is contained in:
commit
85321b36d3
@ -19,7 +19,10 @@ config_file = cfg.StrOpt(
|
|||||||
'config_file',
|
'config_file',
|
||||||
default='keystone-paste.ini',
|
default='keystone-paste.ini',
|
||||||
help=utils.fmt("""
|
help=utils.fmt("""
|
||||||
Name of the paste configuration file that defines the available pipelines.
|
Name of (or absolute path to) the Paste Deploy configuration file that composes
|
||||||
|
middleware and the keystone application itself into actual WSGI entry points.
|
||||||
|
See http://pythonpaste.org/deploy/ for additional documentation on the file's
|
||||||
|
format.
|
||||||
"""))
|
"""))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user