Mark xclarity password as secret
so it is masked during logging. Change-Id: Iac0639f2884d95afd2d55b521268139ea0ca05f6 Story: #2002023 Task: #19664
This commit is contained in:
parent
b118671c98
commit
2d46f48375
@ -28,6 +28,7 @@ opts = [
|
||||
'in the Stein release. Please update the driver_info '
|
||||
'field to use "xclarity_username" instead')),
|
||||
cfg.StrOpt('password',
|
||||
secret=True,
|
||||
help=_('Password for XClarity Controller username. '
|
||||
'Configuration here is deprecated and will be removed '
|
||||
'in the Stein release. Please update the driver_info '
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
security:
|
||||
- |
|
||||
Xclarity password specified in configuration file is now properly masked
|
||||
during logging.
|
Loading…
Reference in New Issue
Block a user