Comment 1 for bug 1383853

Revision history for this message
Adam Young (ayoung) wrote :

http://git.openstack.org/cgit/openstack/keystonemiddleware/tree/keystonemiddleware/auth_token.py#n1494

Does a straight string check, needs to have logic:

 version >= supported && version < floor(supported +1)