Comment 7 for bug 1541656

Revision history for this message
Steve Martinelli (stevemar) wrote :

Hey Bogdan, yes, I meant --debug earlier!

Can you try using the generated token in a curl call to list servers?

curl -H "X-Auth-Token: $oauth_scoped_token" -X GET http://nova_endpoint/v2.1/​{tenant_id}​/servers | python -m json.tool

I am wondering why the request is going back to that portion of keystone which is reserved for re-scoping...