Comment 2 for bug 999209

Revision history for this message
Dolph Mathews (dolph) wrote :

After applying patch referenced above:

    $ curl -H 'X-Auth-Token: ADMIN' http://localhost:35357/v2.0/users/asdf/roleRefs | python -mjson.tool
    {
        "error": {
            "code": 404,
            "message": "Could not find user: asdf",
            "title": "Not Found"
        }
    }