Modify tuskar.conf.sample according to the new oslo.db release

Change-Id: Id7acfcef8c55025110a3d7f3146ca01b94253285
This commit is contained in:
Victor Sergeyev 2015-02-26 11:37:52 +02:00
parent f057e287f6
commit 6c95d0387c

View File

@ -256,20 +256,22 @@
# connection lost. (boolean value) # connection lost. (boolean value)
#use_db_reconnect=false #use_db_reconnect=false
# Seconds between database connection retries. (integer value) # Seconds between retries of a database transaction. (integer
# value)
#db_retry_interval=1 #db_retry_interval=1
# If True, increases the interval between database connection # If True, increases the interval between retries of a
# retries up to db_max_retry_interval. (boolean value) # database operation up to db_max_retry_interval. (boolean
# value)
#db_inc_retry_interval=true #db_inc_retry_interval=true
# If db_inc_retry_interval is set, the maximum seconds between # If db_inc_retry_interval is set, the maximum seconds between
# database connection retries. (integer value) # retries of a database operation. (integer value)
#db_max_retry_interval=10 #db_max_retry_interval=10
# Maximum database connection retries before error is raised. # Maximum retries in case of connection error or deadlock
# Set to -1 to specify an infinite retry count. (integer # error before error is raised. Set to -1 to specify an
# value) # infinite retry count. (integer value)
#db_max_retries=20 #db_max_retries=20