From fc4e3f53ca2defefbe29965468a62b27c5a26f5d Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 1 Jul 2016 17:09:02 +0000 Subject: [PATCH] Improve keystone.conf [paste_deploy] documentation Change-Id: I0e79d1b59fe8f26e951a7dcc67acf63d30bbce08 --- keystone/conf/paste_deploy.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/keystone/conf/paste_deploy.py b/keystone/conf/paste_deploy.py index e6eae1cc7a..5face90ede 100644 --- a/keystone/conf/paste_deploy.py +++ b/keystone/conf/paste_deploy.py @@ -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. """))