summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-18 23:22:45 +0000
committerGerrit Code Review <review@openstack.org>2021-02-18 23:22:45 +0000
commit4069c667ce995967b36f999a0b68ff31e4cc816d (patch)
treea3327d351fdb5b972f0bbf568654538fb4d6a565
parent9f7fa5518afca91aa4a2a3bfd3efaff51397f108 (diff)
parent5640a61acbfd3449ba700f495aa885f54fd2e080 (diff)
downloadtrove-4069c667ce995967b36f999a0b68ff31e4cc816d.tar.gz
Merge "Change the default agent_heartbeat_expiry to 90s"
-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 7504f61c..a490b431 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,