glance/glance/openstack/common
Julien Danjou 874e643549 Switch to oslo.utils
Change-Id: I47dc734c6d6e2ab99c25701ae3492acd5e442212
2014-10-07 14:55:57 +02: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
policy.py Syncing changes from oslo-incubator policy engine 2014-08-28 02:23:16 -07: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

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.