Merge "messaging use blocking instead of threading collector notification topic name change"
This commit is contained in:
commit
d7397d7943
@ -49,7 +49,7 @@ OPTS = [
|
||||
default='vitrage_notifications',
|
||||
help='Vitrage configured notifications topic'),
|
||||
cfg.StrOpt('notification_topic_collector',
|
||||
default='collector_event_notification',
|
||||
default='vitrage_collector_notifications',
|
||||
help='The topic on which event will be sent from the '
|
||||
'datasources to the graph processor')
|
||||
]
|
||||
|
@ -52,7 +52,7 @@ def get_notification_listener(transport, targets, endpoints,
|
||||
allow_requeue=False):
|
||||
"""Return a configured oslo_messaging notification listener."""
|
||||
return oslo_messaging.get_notification_listener(
|
||||
transport, targets, endpoints, executor='threading',
|
||||
transport, targets, endpoints, executor='blocking',
|
||||
allow_requeue=allow_requeue)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user