Merge "[coordination] backend_url should be secret"

This commit is contained in:
Zuul 2023-03-21 07:57:29 +00:00 committed by Gerrit Code Review
commit 8fa97dfb7b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ LOG = log.getLogger(__name__)
coordination_opts = [
cfg.StrOpt('backend_url',
secret=True,
default='file://$state_path',
help='The back end URL to use for distributed coordination.')
]