Blob Blame History Raw
From 21a7072cd41ce9f209a41d2b4e5786b8667ae293 Mon Sep 17 00:00:00 2001
From: Alan Pevec <apevec@redhat.com>
Date: Mon, 9 Sep 2013 15:22:20 +0200
Subject: [PATCH] sync parameter values with keystone-dist.conf

and adjust descriptions to take dist.conf defaults into account (rhbz#923912)

Change-Id: If36c384f86843a6506a494d79beca65639fb3480
---
 etc/keystone.conf.sample | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample
index 9f6051b..f7f6a0e 100644
--- a/etc/keystone.conf.sample
+++ b/etc/keystone.conf.sample
@@ -347,7 +347,7 @@
 #verbose=false
 
 # Log output to standard error. (boolean value)
-#use_stderr=true
+#use_stderr=false
 
 # Format string to use for log messages with context. (string
 # value)
@@ -402,10 +402,11 @@
 # %(default)s . (string value)
 #log_date_format=%Y-%m-%d %H:%M:%S
 
-# (Optional) Name of log file to output to. If no default is
-# set, logging will go to stdout. (string value)
+# (Optional) Name of log file to output to. (string value)
+# If not set here, logging will go to /var/log/keystone/keystone.log,
+# default from keystone-dist.conf.
 # Deprecated group/name - [DEFAULT]/logfile
-#log_file=<None>
+#log_file=/var/log/keystone/keystone.log
 
 # (Optional) The base directory used for relative --log-file
 # paths. (string value)
@@ -537,7 +538,7 @@
 
 # Catalog template file name for use with the template catalog
 # backend. (string value)
-#template_file=default_catalog.templates
+#template_file=/etc/keystone/default_catalog.templates
 
 # Catalog backend driver. (string value)
 #driver=keystone.catalog.backends.sql.Catalog
@@ -587,7 +588,7 @@
 # Deprecated group/name - [DEFAULT]/sql_connection
 # Deprecated group/name - [DATABASE]/sql_connection
 # Deprecated group/name - [sql]/connection
-#connection=<None>
+#connection=mysql://keystone:keystone@localhost/keystone
 
 # The SQLAlchemy connection string to use to connect to the
 # slave database. (string value)
@@ -680,7 +681,7 @@
 #
 
 # EC2Credential backend driver. (string value)
-#driver=keystone.contrib.ec2.backends.kvs.Ec2
+#driver=keystone.contrib.ec2.backends.sql.Ec2
 
 
 [endpoint_filter]
@@ -1241,7 +1242,7 @@
 
 # Name of the paste configuration file that defines the
 # available pipelines. (string value)
-#config_file=keystone-paste.ini
+#config_file=/usr/share/keystone/keystone-dist-paste.ini
 
 
 [policy]