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
commit 1f7946ed38
1 changed files with 1 additions and 0 deletions

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
]