Comment 0 for bug 1192229

Revision history for this message
Thomas Leaman (thomas-leaman) wrote : verify_callback's second if will never be run

'preverify_ok is True' will always return false, the correct syntax should be 'preverify_ok == True'.

I managed to push a fix to gerrit (under a spurious branch name as I originally opened this bug erroneously on the python-swiftclient project) https://review.openstack.org/#/c/33464/