Comment 9 for bug 1508424

Revision history for this message
Jamie Lennox (jamielennox) wrote :

Based on the linked patches it appears this requires monkey-patching thread when using eventlet - which is good policy.

This is a problem in swift because they mix real threads and green threads in the same process. This is insanity and absolutely not something that we can fix/support from keystoneclient