fadb712f573bcd6d70b247cd349c66285a98b36f
Note that this is not the full module but only the pieces that taskflow uses. This is to avoid bringing in bundled libraries that the full module would bring in (oslo.config being the primary problematic case). Change-Id: I63b171c69f5d415d55d8c0857521e69d905aa85f
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