glance/glance/openstack/common
Fei Long Wang 636ae9fa57 Merge db.sqlalchemy from oslo-incubator 6d0a6c3
The db.sqlalchemy module was not recent with oslo-incubator.
The latest oslo-incubator db.sqlalchemy contains a fix(fa0f36f)
for the following problem, which caused a regression in Glance:

The database connection string was not marked as secret, so it
would be printed out in cleartext in the logs when config settings
were logged.

The database connection string typically contains the password
that's used to connect to the database, so it should be marked as
secret so that it doesn't get logged.

b4f72b2 Don't raise MySQL 2013 'Lost connection' errors
271adfb Format sql in db.sqlalchemy.session docstring
eff69ce Drop dependency on log from oslo db code
11f2add Clean up docstring in db.sqlalchemy.session
1b5147f Only enable MySQL TRADITIONAL mode if we're running against MySQL
39e1c5c Move db tests base.py to common code
986dafd Fix parsing of UC errors in sqlite 3.7.16+/3.8.2+
9a203e6 Use dialect rather than a particular DB API driver
1779029 Move helper DB functions to db.sqlalchemy.utils
bcf6d5e Small edits on help strings
ae01e9a Transition from migrate to alembic
70ebb19 Fix mocking of utcnow() for model datetime cols
7aa94df Add a db check for CHARSET=utf8
aff0171 Remove "vim: tabstop=4 shiftwidth=4 softtabstop=4" from headers
fa0f36f Fix database connection string is secret
517c4cc Merge "SQLAlchemy error patterns improved"
8b2b0b7 Use hacking import_exceptions for gettextutils._
3017e1d Merge "Add docstring for exception handlers of session"
9bc593e Add docstring for exception handlers of session
e40903b Database hook enabling traditional mode at MySQL
40aea8b Merge "Remove unused import"
c802fa6 SQLAlchemy error patterns improved
1c1f199 Remove unused import
6d0a6c3 Correct invalid docstrings

Closes-Bug: #1266950

Change-Id: Ib6025218846f01372d6da61e30f17374cad56f7d
2014-02-10 15:55:32 +08:00
..
db Merge db.sqlalchemy from oslo-incubator 6d0a6c3 2014-02-10 15:55:32 +08:00
fixture Update glance/opensatck/common from oslo Part 3 2013-11-15 19:50:43 +04:00
README Update README to the valid Oslo-incubator doc 2014-01-10 16:14:45 -08:00
__init__.py Integrate openstack-common using update.py 2012-04-30 14:01:13 -07:00
eventlet_backdoor.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
excutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
fileutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
gettextutils.py Sync gettextutils from Oslo 2014-01-23 23:03:38 +08:00
importutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
jsonutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
local.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
lockutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
log.py Sync unhandled exception logging change from Oslo 2014-01-21 16:06:03 +05:30
loopingcall.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
network_utils.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
policy.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
processutils.py fix comments and docstrings misspelled words 2014-01-08 17:03:44 +01:00
service.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
strutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
test.py Update glance/opensatck/common from oslo Part 3 2013-11-15 19:50:43 +04:00
threadgroup.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
timeutils.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
units.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00

README

openstack-common
----------------

A number of modules from openstack-common are imported into this project.

These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:

  https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator

The copy of the code should never be directly modified here. Please
always update openstack-common first and then run the script to copy
the changes across.