Executors come in via options config, not keyword arguments

Change-Id: I5654b5db0db6b8e9884dae5cc285400edce2a698
This commit is contained in:
Joshua Harlow
2015-05-11 23:00:55 -07:00
parent 4e550ba48c
commit efd6d53ace

View File

@@ -312,7 +312,7 @@ class _ExecutorTextMatch(collections.namedtuple('_ExecutorTextMatch',
class ParallelActionEngine(ActionEngine):
"""Engine that runs tasks in parallel manner.
Supported keyword arguments:
Supported option keys:
* ``executor``: a object that implements a :pep:`3148` compatible executor
interface; it will be used for scheduling tasks. The following