commit | c5a9811156225d0f6fd69c6b4446123246d679ad | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Tue Aug 05 01:33:17 2025 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Aug 05 01:33:17 2025 +0000 |
tree | bee0ae78996981c121e7ee8dcb339721db51b223 | |
parent | 7148e1185caa282b5cbd21577ac36c95acf563ac [diff] | |
parent | b308666f459c48c5b1cb23fa05c8deda8605e725 [diff] |
Merge "Hide ssh_proxy_jump_password from debug log"
diff --git a/neutron_tempest_plugin/config.py b/neutron_tempest_plugin/config.py index 48f4316..880d3a6 100644 --- a/neutron_tempest_plugin/config.py +++ b/neutron_tempest_plugin/config.py
@@ -100,6 +100,7 @@ help='User name used to connect to "ssh_proxy_jump_host".'), cfg.StrOpt('ssh_proxy_jump_password', default=None, + secret=True, help='Password used to connect to "ssh_proxy_jump_host".'), cfg.StrOpt('ssh_proxy_jump_keyfile', default=None,