Comment 7 for bug 1121494

Revision history for this message
Nathanael Burton (mathrock) wrote : Re: EC2 authentication does not ensure user or tenant is enabled

I can update the patches and post them to this bug later this evening. For stable/essex and stable/folsom, it looks like I should also fix the message being passed to exception.Unauthorized in the role check:

        if not roles:
            raise exception.Unauthorized(message='User not valid for tenant.')