f98f45447ed63d9bd3446e86a91b731ebf45945e
In order to allow all connections to be validated post-creation add a new method onto the memory backend (a no-op) and add a new method onto the dir backend (which checks directory existence) and raise appropriate errors when validation fails. Change-Id: Ie476d0c33a970e543ffba21ee8b669ac02258923
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