Merge "Fix database connection string is secret"

This commit is contained in:
Jenkins 2014-01-08 00:56:45 +00:00 committed by Gerrit Code Review
commit d3d11ae1d1
1 changed files with 2 additions and 0 deletions

View File

@ -304,6 +304,7 @@ database_opts = [
'../', '$sqlite_db')),
help='The SQLAlchemy connection string used to connect to the '
'database',
secret=True,
deprecated_opts=[cfg.DeprecatedOpt('sql_connection',
group='DEFAULT'),
cfg.DeprecatedOpt('sql_connection',
@ -312,6 +313,7 @@ database_opts = [
group='sql'), ]),
cfg.StrOpt('slave_connection',
default='',
secret=True,
help='The SQLAlchemy connection string used to connect to the '
'slave database'),
cfg.IntOpt('idle_timeout',