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:
parent
9eaea84686
commit
136820caa5
@ -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.'),
|
||||
|
Loading…
Reference in New Issue
Block a user