gantt/nova/openstack/common
Brad Pokorny ecdbcfb40f Sync middleware audit, base, and notifier from oslo
Pull in middleware modules required to support CADF auditing
reports from Nova.  audit.py requires notify.py, and
notify.py requires base.py.  This is why those 3 files are
being synced, and not others in the
openstack/common/middleware directory from oslo.

The following 3 change IDs included in this sync provide
the main parts of the CADF functions being synced:

Ie67cf4a7 Add audit middleware
Iead2431a Middleware: add notifier
I05ff58   Move wsgi module to deprecated package

The following change IDs additionally included in this sync
provide minor updates to the files that were made after the
main parts of the CADF functions were merged in oslo:

I032616   Changed header from LLC to Foundation based on
          trademark policies
I840c43bf add support to ignore certain request
I2099e1ee Enable hacking H404 test
I04b0cf   middleware: code cleanup

blueprint support-standard-audit-formats

Change-Id: Id15f95a0c354270ba2d5aecb12c4f910905e8c20
2013-12-08 18:45:11 +00:00
..
config Raise an error if module import fails. 2013-10-22 11:36:10 -04:00
db Sync the DB2 communication error code change from olso 2013-11-22 11:36:23 +08:00
fixture Sync fixture module from oslo 2013-10-17 10:28:03 +02:00
middleware Sync middleware audit, base, and notifier from oslo 2013-12-08 18:45:11 +00:00
notifier Merge from oslo-incubator for notifier 2013-08-12 10:27:54 +02:00
rootwrap Update rootwrap with code from oslo 2013-09-26 08:41:15 +08:00
rpc Sync rpc fix from oslo-incubator 2013-12-06 11:26:07 +01:00
README Update cfg from openstack-common 2012-02-07 21:35:30 +00:00
__init__.py Synchronize code from oslo 2013-02-14 11:13:15 +02:00
cliutils.py Synchronize code from oslo 2013-02-14 11:13:15 +02:00
context.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
eventlet_backdoor.py Sync eventlet_backdoor from oslo-incubator 2013-07-20 14:58:43 +01:00
excutils.py Sync latest rpc changes from oslo-incubator 2013-07-22 23:24:28 +01:00
fileutils.py Sync filetuils from oslo-incubator 2013-08-30 02:20:39 +01:00
gettextutils.py Sync log.py from Oslo-incubator 2013-12-03 19:23:48 +00:00
imageutils.py Uses oslo.imageutils 2013-10-16 11:31:55 +08:00
importutils.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
jsonutils.py Update jsonutils.py from oslo 2013-09-30 07:59:20 -07:00
local.py Sync local from oslo. 2013-11-21 07:55:14 +13:00
lockutils.py Sync lockutils from oslo 2013-10-22 07:27:45 -04:00
log.py Sync log.py from Oslo-incubator 2013-12-03 19:23:48 +00:00
log_handler.py Add log_handler to implement the publish_errors config option 2013-11-11 11:40:11 +08:00
loopingcall.py Sync small and safe changes from oslo 2013-05-01 22:39:39 +10:00
memorycache.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
network_utils.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
periodic_task.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
policy.py Sync small and safe changes from oslo 2013-05-01 22:39:39 +10:00
processutils.py Fix processutils.execute errors on windows 2013-09-28 12:59:49 -07:00
service.py graceful-shutdown: add graceful shutdown into compute 2013-10-17 15:08:30 +00:00
sslutils.py Sync latest rpc changes from oslo-incubator 2013-07-22 23:24:28 +01:00
strutils.py Replace utils.to_bytes() with strutils.to_bytes() 2013-06-14 09:35:00 +08:00
threadgroup.py Sync harmless changes from oslo-incubator 2013-07-09 08:02:19 +01:00
timeutils.py Sync log.py from Oslo-incubator 2013-12-03 19:23:48 +00:00
uuidutils.py Update uuidutils from openstack common. 2012-11-12 18:50:12 -05:00
versionutils.py Use `versionutils.is_compatible` for Nova Objects 2013-10-14 22:22:51 +00:00
xmlutils.py Remove unsafe XML parsing 2013-08-08 13:49:45 +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:

  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.