Merge "container_registry_password should be secret"

This commit is contained in:
Zuul 2023-02-28 14:14:22 +00:00 committed by Gerrit Code Review
commit f0e549b94e

View File

@ -1536,7 +1536,8 @@ guest_agent_opts = [
),
cfg.StrOpt(
'container_registry_password',
help='The plaintext registry password.'
help='The plaintext registry password.',
secret=True,
),
]