Merge "Remove unused config periodic_global_stack_list"

This commit is contained in:
Jenkins 2017-08-23 20:20:20 +00:00 committed by Gerrit Code Review
commit b16b3ec528
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ from oslo_config import cfg
periodic_opts = [
cfg.BoolOpt('periodic_global_stack_list',
default=False,
help="List Heat stacks globally when syncing clusters. "
"Default is to do retrieve each cluster's stack "
"individually. Reduces number of requests against "
"Heat API if enabled but requires changes to Heat's "
"policy.json."),
cfg.BoolOpt('periodic_enable',
default=True,
help='Enable periodic tasks.'),