Comment 5 for bug 1148017

Revision history for this message
Mark McClain (markmcclain) wrote :

did you try importing the library with:

import eventlet
httplib2 = eventlet.import_patched('httplib2')

If we connect inside each call, that will require a round trip to keystone each time.