Merge "Hide ssh_proxy_jump_password from debug log"
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user