cf80ab1b125e4a0c5276a057da82f0de418ed394
In some cases it's great to have possibility to create misc.Failure object from an exception directly. This commit adds the 'from_exception' class method to create misc.Failure in such way. Change-Id: I44ae6720196b7bbe1e4ad538018487f0761a1af5
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