diff --git a/quantum/db/api.py b/quantum/db/api.py index 72bc2964d5..2629b29379 100644 --- a/quantum/db/api.py +++ b/quantum/db/api.py @@ -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,