Update deprecated option

The option "idle_timeout" has been replaced by
"connection_recycle_time". This change updates our template to reflect
the new option name.

Change-Id: I86e5a90a9faf5bb90c33a913555d36bbc0545b5b
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-10-01 20:16:57 -05:00
parent 9e778f6e17
commit 9f71342186
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ methods = {{ keystone_auth_methods }}
{% if keystone_database_enabled | bool %}
[database]
connection = {{ keystone_database_connection_string }}
idle_timeout = {{ keystone_database_idle_timeout }}
connection_recycle_time = {{ keystone_database_idle_timeout }}
min_pool_size = {{ keystone_database_min_pool_size }}
max_pool_size = {{ keystone_database_max_pool_size }}
pool_timeout = {{ keystone_database_pool_timeout }}