791f6f14f7
Ported task executor to oslo.messaging. The executor module is replaced with RPC server/client named Executor and ExecutorClient respectively to handle task execution. The old executor module is deleted. The engine is modified to use the ExecutorClient to send task requests over the transport to the Executor. The launcher is modified to start the new Executor. Change-Id: Ibce01813e51c2220c45e05bb820b4729027446a3 Implements: blueprint mistral-oslo-messaging
18 lines
236 B
Plaintext
18 lines
236 B
Plaintext
pbr>=0.5.21,<1.0
|
|
eventlet>=0.13.0
|
|
pyyaml
|
|
pecan>=0.2.0
|
|
WSME>=0.5b6
|
|
amqplib>=0.6.1
|
|
argparse
|
|
croniter
|
|
requests
|
|
kombu>=2.4.8
|
|
oslo.config>=1.2.0
|
|
oslo.messaging>=1.3.0a4
|
|
python-keystoneclient>=0.3.2
|
|
networkx
|
|
six>=1.5.2
|
|
SQLAlchemy
|
|
yaql==0.2.1
|