glance/glance/openstack/common
John Warren b21fa039bd Sync gettextutils from oslo
Bring in the necessary code for handling Glance translations

Partially implements bp user-locale-api

Change-Id: I5bc88e018c915d177560bcd42bd5733675e59516
2013-07-10 19:48:12 +00:00
..
notifier Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
README Integrate openstack-common using update.py 2012-04-30 14:01:13 -07:00
__init__.py Integrate openstack-common using update.py 2012-04-30 14:01:13 -07:00
context.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
eventlet_backdoor.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
excutils.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
gettextutils.py Sync gettextutils from oslo 2013-07-10 19:48:12 +00:00
importutils.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
jsonutils.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
local.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
log.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10: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 Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
service.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
setup.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
strutils.py Import strutils from oslo, and convert to it. 2013-05-27 06:00:46 +10:00
threadgroup.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
timeutils.py Sync oslo imports to the latest version. 2013-05-27 06:00:46 +10:00
uuidutils.py Update uuidutils from openstack common 2012-11-12 15:38:43 -05:00
version.py Sync with oslo-incubator copy of setup.py and version.py 2013-04-22 00:16:16 +00: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:

  http://wiki.openstack.org/CommonLibrary#Incubation

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.