Merge "Added help to gnocchi collector options"

This commit is contained in:
Zuul
2019-02-05 15:04:06 +00:00
committed by Gerrit Code Review

View File

@@ -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
]