Merge "Password config options should be marked secret"
This commit is contained in:
commit
59435bc892
@ -77,7 +77,7 @@ CSR1KV_OPTS = [
|
|||||||
'becomes operational.')),
|
'becomes operational.')),
|
||||||
cfg.StrOpt('csr1kv_username', default='stack',
|
cfg.StrOpt('csr1kv_username', default='stack',
|
||||||
help=_('Username to use for CSR1kv configurations.')),
|
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.'))
|
help=_('Password to use for CSR1kv configurations.'))
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user