mistral/mistral/api
Winson Chan 6c5ca50b4c Refactor engine to use plugins
Refactor current engine process to instantiate the concrete engine using
stevedore. The current engine uses importutils to load the concrete engine.
Since the executor is tightly coupled to the engine, it is also refactored
to use stevedore. The ScalableEngine is renamed to DefaultEngine and moved
to the mistral.engine.drivers.default namespace. The setup.cfg file is
updated to include entry points for the engine and executor plugins.

Change-Id: Ia9d15b25ca96387e5ac22c1a86cffc7a816e92fd
Implements: blueprint mistral-engine-plugin
2014-04-30 01:28:14 -07:00
..
controllers Engine as a standalone process 2014-04-24 17:46:05 -07:00
hooks Refactor engine to use plugins 2014-04-30 01:28:14 -07:00
__init__.py Adding pecan, wsme, oslo and adjusting packages 2013-11-21 13:47:42 +07:00
access_control.py Fixing and refactoring authentication 2014-01-27 12:11:28 -05:00
app.py Engine as a standalone process 2014-04-24 17:46:05 -07:00