Merge "Hide ssh_proxy_jump_password from debug log"

This commit is contained in:
Zuul
2025-08-05 01:33:17 +00:00
committed by Gerrit Code Review

View File

@@ -100,6 +100,7 @@ NeutronPluginOptions = [
help='User name used to connect to "ssh_proxy_jump_host".'), help='User name used to connect to "ssh_proxy_jump_host".'),
cfg.StrOpt('ssh_proxy_jump_password', cfg.StrOpt('ssh_proxy_jump_password',
default=None, default=None,
secret=True,
help='Password used to connect to "ssh_proxy_jump_host".'), help='Password used to connect to "ssh_proxy_jump_host".'),
cfg.StrOpt('ssh_proxy_jump_keyfile', cfg.StrOpt('ssh_proxy_jump_keyfile',
default=None, default=None,