Merge "Added help to gnocchi collector options"
This commit is contained in:
commit
1f7946ed38
@ -41,6 +41,7 @@ keystone_opts = [
|
||||
cfg.Opt(
|
||||
o.name,
|
||||
type=o.type,
|
||||
help=o.help,
|
||||
deprecated_group=DEPRECATED_COLLECTOR_GNOCCHI_OPTS,
|
||||
) for o in keystone_opts
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user