Merge "Password config options should be marked secret"

This commit is contained in:
Jenkins 2015-03-01 14:32:47 +00:00 committed by Gerrit Code Review
commit 59435bc892

View File

@ -77,7 +77,7 @@ CSR1KV_OPTS = [
'becomes operational.')),
cfg.StrOpt('csr1kv_username', default='stack',
help=_('Username to use for CSR1kv configurations.')),
cfg.StrOpt('csr1kv_password', default='cisco',
cfg.StrOpt('csr1kv_password', default='cisco', secret=True,
help=_('Password to use for CSR1kv configurations.'))
]