Comment 5 for bug 1525214

Revision history for this message
Alex Schultz (alex-schultz) wrote :

I've reproduced this and it appears to be an issue with the token used with testing sometimes. The errors for the failed services seems to point to an invalid token being used.

2015-12-24 17:49:17.065 27310 DEBUG keystoneclient.session [-] REQ: curl -g -i -X GET http://10.109.11.3:5000/v3/auth/tokens -H "X-Subject-Token: {SHA1}89dcee625240d1b957500f
2db6828f9a7e9d181c" -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}488a4adea195462d09c734ec65265eb9de57da33" _http_log_request /
usr/lib/python2.7/dist-packages/keystoneclient/session.py:198
2015-12-24 17:49:17.213 27310 DEBUG keystoneclient.session [-] RESP: [404] content-length: 98 vary: X-Auth-Token server: Apache connection: close date: Thu, 24 Dec 2015 17:49
:17 GMT content-type: application/json x-openstack-request-id: req-e402c5ff-0051-4e68-a5ba-840e9a2fb397
RESP BODY: {"error": {"message": "This is not a recognized Fernet token", "code": 404, "title": "Not Found"}}