Merge "Switch agent report_interval option to float"

This commit is contained in:
Jenkins 2013-10-03 14:41:04 +00:00 committed by Gerrit Code Review
commit f8b85edc2b

View File

@ -32,8 +32,8 @@ ROOT_HELPER_OPTS = [
]
AGENT_STATE_OPTS = [
cfg.IntOpt('report_interval', default=4,
help=_('Seconds between nodes reporting state to server')),
cfg.FloatOpt('report_interval', default=4,
help=_('Seconds between nodes reporting state to server')),
]