glance/glance/openstack/common
Zhi Yan Liu d4f890798a Update glance.openstack.common
1. Sync openstack.common modules up to latest version
from oslo-inc. The follow modules got updated: 
 * fileutils
 * install_venv_common
 * lockutils
 * log
 * processutils

2. Add _i18n module as the dependency for new code.

3. Remove openstack.common.test module.
Glance and dependencies now use oslotest instead.

4. Remote unused openstack.common.excutils module.
Glance now use the module from oslo.utils instead.

5. Add missing modules back to openstack-common.conf.
Below ones are still using currently. But they will
be removed when the latest policy module get synced.
 * jsonutils
 * strutils

Change-Id: Ibbc2cda81a4e3c13643fe5c5bf6471c3f544add7
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
2014-10-16 11:12:18 +08:00
..
README Update README to the valid Oslo-incubator doc 2014-01-10 16:14:45 -08:00
__init__.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
_i18n.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
fileutils.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
gettextutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00
importutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00
jsonutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00
local.py Sync with oslo-incubator (git 6827012) 2014-01-02 15:19:29 +01:00
lockutils.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
log.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
policy.py Syncing changes from oslo-incubator policy engine 2014-08-28 02:23:16 -07:00
processutils.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
strutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02:00
test.py Update glance/opensatck/common from oslo Part 3 2013-11-15 19:50:43 +04:00
timeutils.py Synced jsonutils and its dependencies from oslo-incubator 2014-06-24 15:07:09 +02: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.