From d84195bb77d55826f3a75fee2199ef245169d993 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 12 May 2016 20:36:23 +0000 Subject: [PATCH] Updating sample configuration file Change-Id: I6a5a5746b73ed8ae98506d8c22e4837caac8b482 --- etc/keystone.conf.sample | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/keystone.conf.sample b/etc/keystone.conf.sample index a600a62531..5a130ddf19 100644 --- a/etc/keystone.conf.sample +++ b/etc/keystone.conf.sample @@ -117,6 +117,7 @@ # If set to true, the logging level will be set to DEBUG instead of the default # INFO level. (boolean value) +# Note: This option can be changed without restarting. #debug = false # If set to false, the logging level will be set to WARNING instead of the @@ -259,7 +260,7 @@ #use_pub_sub = true # Use ROUTER remote proxy for direct methods. (boolean value) -#use_router_proxy = false +#use_router_proxy = true # Minimal port number for random ports range. (port value) # Minimum value: 0 @@ -1149,13 +1150,13 @@ #sentinel_group_name = oslo-messaging-zeromq # Time in ms to wait between connection attempts. (integer value) -#wait_timeout = 500 +#wait_timeout = 5000 # Time in ms to wait before the transaction is killed. (integer value) -#check_timeout = 20000 +#check_timeout = 60000 # Timeout in ms on blocking socket operations (integer value) -#socket_timeout = 1000 +#socket_timeout = 10000 [memcache]