Merge "Add 'secret' property for 'connection' option"

This commit is contained in:
Jenkins 2014-06-04 17:27:36 +00:00 committed by Gerrit Code Review
commit a724abfc0e

View File

@ -45,6 +45,7 @@ _db_opts = [
cfg.StrOpt('connection',
deprecated_name='sql_connection',
default='',
secret=True,
help=_('URL to database')),
]