glance/glance/openstack/common
Eugeniya Kudryashova 6185e9d97e Move to oslo.db
Replace common oslo code glance.openstack.common.db
by usage of oslo.db library and remove common code.

Change-Id: I27216e03763f72e8665121d4440ba2828349eac5
2014-07-21 12:31:10 +03: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
excutils.py Sync processutils and lockutils from oslo with deps 2014-06-27 07:00:05 -07:00
fileutils.py Sync processutils and lockutils from oslo with deps 2014-06-27 07:00:05 -07: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 Sync processutils and lockutils from oslo with deps 2014-06-27 07:00:05 -07:00
log.py Sync processutils and lockutils from oslo with deps 2014-06-27 07:00:05 -07:00
network_utils.py sync oslo incubator code 2014-06-16 13:52:11 -07:00
policy.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
processutils.py Sync processutils and lockutils from oslo with deps 2014-06-27 07:00:05 -07: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
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.