Skip to content

Commit

Permalink
sync oslo db/sqlalchemy module
Browse files Browse the repository at this point in the history
sync oslo db/sqlalchemy module to grab "Mark sql_connection with secret
flag" change.

fixes bug 1160680

Change-Id: Id48419624c41eea5a0f2e130d7cdbe8a8f0a9118
  • Loading branch information
mjfork committed Mar 28, 2013
1 parent 7bf541c commit 6ff9c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nova/openstack/common/db/sqlalchemy/session.py
Expand Up @@ -264,7 +264,8 @@ def soft_delete_multi_models():
os.path.abspath(os.path.join(os.path.dirname(__file__),
'../', '$sqlite_db')),
help='The SQLAlchemy connection string used to connect to the '
'database'),
'database',
secret=True),
cfg.StrOpt('sqlite_db',
default='nova.sqlite',
help='the filename to use with sqlite'),
Expand Down
2 changes: 1 addition & 1 deletion nova/openstack/common/db/sqlalchemy/utils.py
Expand Up @@ -2,7 +2,7 @@

# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# Copyright 2010-2011 OpenStack Foundation
# Copyright 2010-2011 OpenStack Foundation.
# Copyright 2012 Justin Santa Barbara
# All Rights Reserved.
#
Expand Down

0 comments on commit 6ff9c9e

Please sign in to comment.