From 14752468c64229c403d6b7480df02fd383ce8b0e Mon Sep 17 00:00:00 2001 From: Joshua Harlow <harlowja@yahoo-inc.com> Date: Mon, 2 Feb 2015 19:29:15 -0800 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a95fbfccb..3f94cb942 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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