1b5b5a4edc011a2c9f1f44f4d90a5f7f5f9af2cf
Recent updates to gettextutils in OpenStack add the ability to translate errors in REST API responses. The new gettextutils code, however, requires that the error strings passed to it be unicode, not basestrings. A basetring being sent from str() results in an exception being raised. This change switches from using str() to six.text_type() in utils.misc.Failure to avoid problems after moving Cinder to use the new lazy translation support. Change-Id: I9a1e0ba714e9f3d214269c0f69726b0a1d1a4c7c closes-bug: 1275895
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