Merge "Switch agent report_interval option to float"
This commit is contained in:
commit
f8b85edc2b
@ -32,7 +32,7 @@ ROOT_HELPER_OPTS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
AGENT_STATE_OPTS = [
|
AGENT_STATE_OPTS = [
|
||||||
cfg.IntOpt('report_interval', default=4,
|
cfg.FloatOpt('report_interval', default=4,
|
||||||
help=_('Seconds between nodes reporting state to server')),
|
help=_('Seconds between nodes reporting state to server')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user