nova/nova/openstack/common
Eugeniya Kudryashova 4e63a3b34d Use oslo.middleware
Remove outdated code and replace its usages by usages of oslo.middleware
library

Sync latest request_id middleware from oslo-incubator(only to allow
grenade jobs pass)

4ffc4c8 Add middleware.request_id shim for Kilo
4504e4f Remove middleware

Co-Authored-By: Abhishek Chanda <abhishek@cloudscaling.com>
Co-Authored-By: Davanum Srinivas <dims@linux.vnet.ibm.com>

Change-Id: I89ef3df1b8d3b2c6e391d04e89e35f2ee974a3cc
2014-10-30 18:27:20 -04:00
..
config Fix genconfig - missed one import from oslo cleanup 2014-10-15 14:57:46 -04:00
fixture Remove unused modules copied from oslo-incubator 2014-10-15 01:28:42 +00:00
middleware Use oslo.middleware 2014-10-30 18:27:20 -04:00
report Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
README Update README for openstack/common 2014-10-10 08:16:23 -04:00
__init__.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
_i18n.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
cliutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
context.py Partial oslo-incubator sync 2014-07-17 14:27:18 +02:00
eventlet_backdoor.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
fileutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
imageutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
local.py Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe" 2013-12-10 13:22:03 -03:00
log.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
loopingcall.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
memorycache.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
periodic_task.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
policy.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
service.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
sslutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
systemd.py Partial oslo-incubator sync 2014-07-17 14:27:18 +02:00
threadgroup.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
uuidutils.py Remove vi modelines 2014-02-03 14:19:44 +00:00
versionutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00

README

oslo-incubator
--------------

A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:

  git://git.openstack.org/openstack/oslo-incubator

These modules are "incubating" in oslo-incubator and are kept in sync
with the help of oslo-incubator'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 oslo-incubator first and then run the script to copy
the changes across.