glance/glance/openstack/common
Zhi Yan Liu 3e301eb960 Sync common db code from Oslo
This sync contains commit ``f7705f3 Make table utf-8 charset
checking be optional for DB migration`` which will be used to
support bug #1279000 fix.

Full list of changes:

9fed4ed Fix Keystone doc build errors with SQLAlchemy 0.9
f7705f3 Make table utf-8 charset checking be optional for DB migration
5b7e61c Dispose db connections pool on disconnect
d1988b9 Set sql_mode callback on connect instead of checkout
a1a8280 Fix excessive logging from db.sqlalchemy.session
dc2d829 Add lockutils fixture to OpportunisticTestCase
d10f871 Adapt DB provisioning code for CI requirements
5920bed Make db utils importable without migrate
9933bdd Get mysql_sql_mode parameter from config
96a2217 Prevent incorrect usage of _wrap_db_error()
6cab37c Python3: define a __next__() method for ModelBase
20a7510 Add from_config() method to EngineFacade

Change-Id: I115f5610101a8512af484111469f5060dce27919
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2014-03-26 06:51:43 +08:00
..
db Sync common db code from Oslo 2014-03-26 06:51:43 +08:00
README Update README to the valid Oslo-incubator doc 2014-01-10 16:14:45 -08:00
__init__.py Add copyright text to glance/openstack/common/__init__.py 2014-03-11 14:15:33 +01: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 common db code from Oslo 2014-02-27 14:14:21 +02: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 log.py from oslo 2014-02-10 16:20:07 +04:00
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.