880e51f026f0c54a65db4bc1dcc797a571cfb263
In certain use-cases a user of taskflow will likely have a pre-existing engine that they want to use with out SQLAlchemyBackend. To allow them to provide such an engine via the backends constructor for use-cases where this makes sense. At the same time move the validation function the connection class so that it can be called by users to verify their connection is valid. Change-Id: I8150194570a84e19712d7d4ca66b79b7161a76e7
TaskFlow
A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.
- More information at http://wiki.openstack.org/wiki/TaskFlow
Join us
Help
Tox.ini
To generate tox.ini, use the toxgen.py script by first installing
toxgen and then provide that script
as input the tox-tmpl.ini file to generate the final tox.ini file.
For example:
$ toxgen.py -i tox-tmpl.ini -o tox.ini
Description
Languages
Python
99.3%
Shell
0.7%