Remove unused config periodic_global_stack_list

"periodic_global_stack_list" has not been using since patch:
https://review.openstack.org/#/c/405709.

Change-Id: If947fd063d77ba3924deb9c0f17fd1dbe2663f4a
This commit is contained in:
wangbo 2017-03-28 11:22:51 +08:00 committed by Wang Bo
parent 9eaea84686
commit 136820caa5
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.'),