Comment 31 for bug 1282865

Revision history for this message
Brant Knudson (blk-u) wrote : Re: Keystone middleware may confuse contexts

Looks like auth_token could check if any eventlet modules have been imported already, by looking at sys.modules...

 import sys
 any(mod_name for mod_name in sys.modules.keys() if mod_name.startswith('eventlet.'))