Add the threading executor setup.cfg entrypoint

It seems like this was forgotten about; add it so
that people can more easily use this executor and
use it.

Change-Id: I4590bb7f224569d73683c640dd46bde48f8003c3
This commit is contained in:
Joshua Harlow 2015-02-02 19:29:15 -08:00
parent ddd2021f16
commit 14752468c6

View File

@ -44,6 +44,7 @@ oslo.messaging.drivers =
oslo.messaging.executors =
blocking = oslo_messaging._executors.impl_blocking:BlockingExecutor
eventlet = oslo_messaging._executors.impl_eventlet:EventletExecutor
threading = oslo_messaging._executors.impl_thread:ThreadExecutor
oslo.messaging.notify.drivers =
messagingv2 = oslo_messaging.notify._impl_messaging:MessagingV2Driver