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'