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
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user