mistral/requirements.txt
LingxianKong e84f091e1e Support subclass iteration for Workflow controller
Just as task specification list implementation, implement workflow
controllers class hierarchy, this patch includes:

* add two static methods in WorkflowController, _get_class() and
get_controller()
* add a variable for DirectWorkflowController and ReverseWorkflowController
respectively
* use subclasses iteration for WorkflowController
* make use of get_controller() when getting WorkflowController instance
* delete workflow_controller_factory.py
* import DirectWorkflowController and ReverseWorkflowController earlier
for WorkflowController's subclasses iteration
* add some unit tests

Change-Id: I34e61abbbd592f5252a69bd2803041dee1e49768
Implements: bp workflow-handler-design-improvements
2015-03-25 10:11:16 +08:00

33 lines
752 B
Plaintext

pbr>=0.6,!=0.7,<1.0
eventlet>=0.15.0
PyYAML>=3.1.0
pecan>=0.8.0
WSME>=0.6
amqplib>=0.6.1 # This is not in global requirements (master branch)
argparse
Babel>=1.3
iso8601>=0.1.9
posix_ipc
croniter>=0.3.4 # MIT License
requests>=1.2.1,!=2.4.0
kombu>=2.4.8
oslo.config>=1.4.0 # Apache-2.0
oslo.db>=1.0.0 # Apache-2.0
oslo.messaging>=1.4.0
oslo.utils>=1.2.0 # Apache-2.0
paramiko>=1.13.0
python-cinderclient>=1.1.0
python-heatclient>=0.2.9
python-keystoneclient>=0.10.0
python-neutronclient>=2.3.6,<3
python-novaclient>=2.18.0
python-glanceclient>=0.14.0
networkx>=1.8
six>=1.7.0
SQLAlchemy>=0.9.7,<=0.9.99
stevedore>=1.0.0 # Apache-2.0
yaql>=0.2.4,<0.3 # This is not in global requirements
jsonschema>=2.0.0,<3.0.0
mock>=1.0
keystonemiddleware>=1.0.0