Mark 'sql_connection' config option as secret
Fixes bug 1160680. Change-Id: I42b16d006f162cb41090fa34677d6ad054b6a55a
This commit is contained in:
parent
7b95039ab4
commit
b5e6c2c855
@ -42,7 +42,8 @@ SQL_CONNECTION_DEFAULT = 'sqlite://'
|
||||
database_opts = [
|
||||
cfg.StrOpt('sql_connection',
|
||||
help=_('The SQLAlchemy connection string used to connect to '
|
||||
'the database')),
|
||||
'the database'),
|
||||
secret=True),
|
||||
cfg.IntOpt('sql_max_retries', default=-1,
|
||||
help=_('Database reconnection retry times')),
|
||||
cfg.IntOpt('reconnect_interval', default=2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user