Merge "[coordination] backend_url should be secret" into stable/xena

This commit is contained in:
Zuul 2023-11-27 14:40:42 +00:00 committed by Gerrit Code Review
commit 929f0fd388

View File

@ -31,6 +31,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.')
]