summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-19 20:39:32 +0000
committerGerrit Code Review <review@openstack.org>2021-02-19 20:39:32 +0000
commit7e8f8a371b4ce9067055d4727d2bf630b3f717c1 (patch)
tree4e9267a33967ff665448ff5a90f87db33bb12a3d
parentc91c117aadb1b71b0f6610dc52ffc438cbd6bb05 (diff)
parent150072bf4abee479916018cf220212b793698efd (diff)
downloadtrove-7e8f8a371b4ce9067055d4727d2bf630b3f717c1.tar.gz
Merge "Change the default agent_heartbeat_expiry to 90s" into stable/victoria
-rw-r--r--trove/common/cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trove/common/cfg.py b/trove/common/cfg.py
index 8270cbf1..68478c8c 100644
--- a/trove/common/cfg.py
+++ b/trove/common/cfg.py
@@ -201,7 +201,7 @@ common_opts = [
cfg.IntOpt('agent_heartbeat_time', default=10,
help='Maximum time (in seconds) for the Guest Agent to reply '
'to a heartbeat request.'),
- cfg.IntOpt('agent_heartbeat_expiry', default=60,
+ cfg.IntOpt('agent_heartbeat_expiry', default=90,
help='Time (in seconds) after which a guest is considered '
'unreachable'),
cfg.IntOpt('num_tries', default=3,