Merge "Add 'secret' property for 'connection' option"
This commit is contained in:
commit
a724abfc0e
@ -45,6 +45,7 @@ _db_opts = [
|
|||||||
cfg.StrOpt('connection',
|
cfg.StrOpt('connection',
|
||||||
deprecated_name='sql_connection',
|
deprecated_name='sql_connection',
|
||||||
default='',
|
default='',
|
||||||
|
secret=True,
|
||||||
help=_('URL to database')),
|
help=_('URL to database')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user