Merge "container_registry_password should be secret"
This commit is contained in:
commit
f0e549b94e
@ -1536,7 +1536,8 @@ guest_agent_opts = [
|
||||
),
|
||||
cfg.StrOpt(
|
||||
'container_registry_password',
|
||||
help='The plaintext registry password.'
|
||||
help='The plaintext registry password.',
|
||||
secret=True,
|
||||
),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user