Merge "Further increase tolerance for declaring neutron agents down"

This commit is contained in:
Zuul 2019-04-10 20:02:47 +00:00 committed by Gerrit Code Review
commit 61fcb0b9b7
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ data:
allow_automatic_l3agent_failover: true
# Increase from default of 75 seconds to avoid agents being declared
# down during controller swacts, reboots, etc...
agent_down_time: 150
agent_down_time: 180
# Set to false so as to remove conflict with newly introduced
# network rebalancing/rescheduling that will move routers off
# down l3 agents, rebalance routers to newly up l3 agents.