5ab70af5a6
Seconds to regard the agent as down; should be at least twice NeutronGlobalReportInterval, to be sure the agent is down for good. Closes-Bug: #1937843 Signed-off-by: Kamil Sambor <ksambor@redhat.com> Change-Id: Ib3f7cd9d6c050140a5e8b59adf7fd8f65b12df2f
8 lines
378 B
YAML
8 lines
378 B
YAML
---
|
|
features:
|
|
- |
|
|
Add param NeutronAgentDownTime to configure neutron server agent_down_time
|
|
Seconds to regard the agent as down; should be at least twice
|
|
report_interval, to be sure the agent is down for good.
|
|
agent_down_time is a config for neutron-server, set by class neutron::server
|
|
report_interval is a config for neutron agents, set by class neutron |