cinder/cinder/openstack/common
Jenkins 50615d94f6 Merge "Sync periodic_task module from oslo-incubator" 2014-12-23 20:42:52 +00:00
..
config Don't use module importutils from oslo-incubator 2014-11-25 13:27:58 +08:00
middleware Sync the latest middleware module from oslo-incubator 2014-12-19 15:27:16 -06: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 imageutils from oslo-incubator 2014-12-19 14:28:29 -06: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 module from oslo-incubator 2014-12-19 16:30:31 -06:00
policy.py Sync policy from oslo-incubator 2014-11-21 20:18:29 +08:00
request_utils.py Sync request_utils module from oslo-incubator 2014-12-19 17:24:58 -06: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.