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:
David TARDIVEL
2015-11-14 19:23:35 +01:00
parent 8920fe0649
commit c7e5dc5dcd

View File

@@ -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'