Merge "[coordination] backend_url should be secret"

This commit is contained in:
Zuul 2023-03-22 07:31:58 +00:00 committed by Gerrit Code Review
commit ea7e026329
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ def list_opts():
('coordination', [
cfg.StrOpt(
'backend_url',
secret=True,
help='The backend URL to use for distributed coordination. If '
'left empty, per-deployment central agent and per-host '
'compute agent won\'t do workload '