Comment 0 for bug 1280327

Revision history for this message
gordon chung (chungg) wrote :

the audit and notifier middlewares in openstack.common.middleware are broken due to switch to oslo.messaging. the notifier middleware is in process of being graduated to oslo.messaging as well. the audit middleware will be graduated to pyCADF library.

incoming fix is to drop common code as it only works again openstack.common.notifier system. instead the audit and notifier middlewares will work against pyCADF and oslo.messaging libraries respectively. both libraries are currently part of Nova already.