Merge "[DEFAULT] periodic_coordinator_backend_url should be secret"

This commit is contained in:
Zuul 2023-11-06 04:02:13 +00:00 committed by Gerrit Code Review
commit 0947762d52

View File

@ -65,6 +65,7 @@ periodic_opts = [
'will be deleted automatically. (0 value means that '
'automatic clean up is disabled).'),
cfg.StrOpt('periodic_coordinator_backend_url',
secret=True,
help='The backend URL to use for distributed periodic tasks '
'coordination.'),
cfg.IntOpt('periodic_workers_number',