Improve keystone.conf [paste_deploy] documentation

Change-Id: I0e79d1b59fe8f26e951a7dcc67acf63d30bbce08
This commit is contained in:
Dolph Mathews 2016-07-01 17:09:02 +00:00
parent 05d3fdc330
commit fc4e3f53ca

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.
"""))