Merge "deprecated pollster-list"

This commit is contained in:
Jenkins 2017-08-21 15:09:24 +00:00 committed by Gerrit Code Review
commit 04352f339d
2 changed files with 8 additions and 1 deletions

View File

@ -68,9 +68,11 @@ CLI_OPTS = [
'resource polling'),
MultiChoicesOpt('pollster-list',
default=[],
deprecated_for_removal=True,
dest='pollster_list',
help='List of pollsters (or wildcard templates) to be '
'used while polling'),
'used while polling. This option is deprecated. '
'Configure pollsters via polling.yaml'),
]

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Deprecating support for enabling pollsters via command line. Meter and
pollster enablement should be configured via polling.yaml file.