Fix gnocchi-statsd can't start by flush_delay
NoSuchOptError: no such option in group statsd: flush_delay Change-Id: I55076b3dc9dfb2a73957262f07ab3e3a295d4828
This commit is contained in:
@@ -65,6 +65,9 @@ def list_opts():
|
||||
cfg.StrOpt(
|
||||
'archive_policy_name',
|
||||
help='Archive policy name to use when creating metrics'),
|
||||
cfg.FloatOpt(
|
||||
'flush_delay',
|
||||
help='Delay between flushes'),
|
||||
)),
|
||||
("archive_policy", gnocchi.archive_policy.OPTS),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user