oslo.messaging/oslo_messaging/notify
Hiroyasu.OHYAMA beb23103b0 [document] The example which is written in the developer guide of
'Notification Listener' doesn't work.

I fixed the example which is described in developer guide to work fine.
These are the main points of this correction.

* specify namespace for NotificationFilter.
* set 2 blank lines between class definitions according to E302 of pep8.
* change argument of 'pool' to keyward arguemnt, because 4th argument of
  'get_notification_listener' requires the name of message executor.

Change-Id: I75800309f2294fe9f17ea2a2b1638de57ef2922e
Closes-Bug: #1618394
2016-10-07 18:07:00 +09:00
..
__init__.py batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
_impl_messaging.py Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py use thread safe fnmatch 2016-04-21 11:43:53 +08:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
filter.py Fix notify filter when data item is None 2016-09-03 14:45:44 +00:00
listener.py [document] The example which is written in the developer guide of 2016-10-07 18:07:00 +09:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
messaging.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
middleware.py middleware: remove oslo.context usage 2015-11-23 15:30:23 +00:00
notifier.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00