Set netscaler_ncc_password as secret to prevent it from being logged

Change-Id: Ibd997db813b82280d038345c3e0eb34b698181ab
Closes-Bug: #1549981
This commit is contained in:
Aaron Rosen 2016-02-25 18:02:42 -08:00
parent 8a72d5e92d
commit 5afdb1f071
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ NETSCALER_CC_OPTS = [
),
cfg.StrOpt(
'netscaler_ncc_password',
secret=True,
help=_('Password to login to the NetScaler Control Center Server.'),
),
cfg.StrOpt(