From c7e5dc5dcdafadf00aaa9c8f313c34b0379a4479 Mon Sep 17 00:00:00 2001 From: David TARDIVEL Date: Sat, 14 Nov 2015 19:23:35 +0100 Subject: [PATCH] Watcher notification listener is associated with an executor which integrates the listener with a specific I/O handling framework. blocking executor should be the default one. Change-Id: I10431fefa5f9d4dff3f8482a38c534f1263e67e8 --- watcher/common/messaging/messaging_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/common/messaging/messaging_core.py b/watcher/common/messaging/messaging_core.py index 4fe9f5192..6e9b6155e 100644 --- a/watcher/common/messaging/messaging_core.py +++ b/watcher/common/messaging/messaging_core.py @@ -33,7 +33,7 @@ WATCHER_MESSAGING_OPTS = [ default='messaging', help='The name of the driver used by' ' oslo messaging'), cfg.StrOpt('executor', - default='eventlet', help='The name of a message executor, for' + default='blocking', help='The name of a message executor, for' 'example: eventlet, blocking'), cfg.StrOpt('protocol', default='rabbit', help='The protocol used by the message'