Merge "Improve keystone.conf [paste_deploy] documentation"

This commit is contained in:
Jenkins 2016-07-01 19:58:29 +00:00 committed by Gerrit Code Review
commit 85321b36d3

View File

@ -19,7 +19,10 @@ config_file = cfg.StrOpt(
'config_file',
default='keystone-paste.ini',
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.
"""))