mistral/mistral/tests/unit
Winson Chan e003849ecf Engine as a standalone process
Refactored engine to run as a standalone process. The engine is
modified to use the RPC client/server design pattern from
oslo.messaging. A new launch option is included to run the
engine separately. The API server communicates with the engine
via the RPC client. A pecan hook is used to pass a common client
instance with appropriate transport configuration to the API.

Change-Id: I9ca757aedad764fd38645a5b858800d69808bb95
Implements: blueprint mistral-engine-standalone-process
2014-04-24 17:46:05 -07:00
..
actions Adding parameters to adhoc action namespaces 2014-04-18 07:32:38 +00:00
db BP mistral-actions-design (switch to new design) 2014-04-14 19:24:37 +07:00
engine Engine as a standalone process 2014-04-24 17:46:05 -07:00
events BP mistral-actions-design (switch to new design) 2014-04-14 19:24:37 +07:00
utils Working on Data Flow (step 2) 2014-02-25 12:27:43 +07:00
workbook Adding parameters to adhoc action namespaces 2014-04-18 07:32:38 +00:00
__init__.py Added initial database setup 2013-11-29 16:13:54 +04:00
test_expressions.py Fix convert params and result in AdHocAction 2014-04-18 14:24:54 +04:00
test_scheduler.py Add workflow logging 2014-04-23 15:43:29 +04:00