Merge "Set netscaler_ncc_password as secret to prevent it from being logged" into stable/liberty

This commit is contained in:
Jenkins 2016-03-01 20:18:58 +00:00 committed by Gerrit Code Review
commit 3aeb1cf87b
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(