cinder/cinder/openstack/common
Mike Mason 9ad858c9c9 Implementing the use of _L’x’/i18n markers
Placing the _Lx markers back into the code. No other cleaner solution has
has been implemented. Patches will be submitted in a series of sub
directories and in a fashion that is manageable.
eighth commit of this kind
This is the last run through to pick up the ones that were missed

Change-Id: Ifd9d647175a840939bf01fa3bcecfa6384965e3b
Closes-Bug: #1384312
2014-12-09 10:03:29 +00:00
..
config Don't use module importutils from oslo-incubator 2014-11-25 13:27:58 +08:00
middleware Import request_id middleware bug fix from oslo 2014-03-26 19:52:38 +00:00
scheduler Remove module jsonutils 2014-11-21 20:22:28 +08:00
README Update Oslo wiki link in README 2014-02-28 20:17:11 +08:00
__init__.py Sync latest versionutils from oslo-incubator 2014-11-21 16:47:31 +08:00
_i18n.py Sync latest versionutils from oslo-incubator 2014-11-21 16:47:31 +08:00
context.py Inherit RequestContext from oslo 2014-12-05 09:22:01 +01:00
eventlet_backdoor.py Sync service.py and its dependencies to Cinder 2014-09-10 13:52:53 -05:00
fileutils.py Don't use module excutils from oslo-incubator 2014-11-21 17:48:18 +08:00
gettextutils.py Remove hard coded reference from gettextutils.py 2014-07-18 11:29:24 -04:00
imageutils.py Sync latest Oslo code for imageutils 2014-03-13 15:13:09 -04:00
local.py Sync common modules from Oslo 2014-01-23 14:27:32 +00:00
log.py Sync latest versionutils from oslo-incubator 2014-11-21 16:47:31 +08:00
log_handler.py Pass an empty context to the notifier 2014-08-25 08:51:48 +02:00
loopingcall.py Sync service.py and its dependencies to Cinder 2014-09-10 13:52:53 -05:00
periodic_task.py sync periodic_task fix from incubator 2014-07-07 08:46:43 +00:00
policy.py Sync policy from oslo-incubator 2014-11-21 20:18:29 +08:00
request_utils.py Implementing the use of _L’x’/i18n markers 2014-12-09 10:03:29 +00:00
service.py Don't use module importutils from oslo-incubator 2014-11-25 13:27:58 +08:00
strutils.py Sync latest strutils from oslo-incubator for mask_password fix 2014-09-16 10:41:16 -05:00
systemd.py Sync service.py and its dependencies to Cinder 2014-09-10 13:52:53 -05:00
test.py Sync the latest common db code from oslo 2014-06-20 10:46:12 +03:00
threadgroup.py Sync service.py and its dependencies to Cinder 2014-09-10 13:52:53 -05:00
uuidutils.py Update some Oslo Packages 2013-01-29 09:36:36 -08:00
versionutils.py Sync latest versionutils from oslo-incubator 2014-11-21 16:47:31 +08: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.