<div>Using finals, trying to setup swift/keystone, and having some problems getting swift happy...</div><div><br></div><div>In the lines below ATOC is an admin token, manually created, TOK is the token returned for the user</div>
<div><br></div><div>This call returns a valid token and info</div><div>curl -k -H "X-Auth-Token: $ATOC" <a href="http://192.168.124.82:35357/v2.0/tokens/$TOK">http://192.168.124.82:35357/v2.0/tokens/$TOK</a></div>
<div><br></div><div>However, when checked by swift, a 404 is returned, resulting in the swift request being denied.</div><div><br></div><div>eventlet.wsgi.server: DEBUG    192.168.124.83 - - [12/Dec/2011 20:25:32] "GET /v2.0/tokens/f7c5e92c-921a-454c-aa86-056cc950a76c HTTP/1.1" 404 228 0.008333</div>
<div><br></div><div><br></div><div>swift middleware (auth_token and swift_auth) is configured to use the service port and url as above to authenticate.</div><div>Any thoughts or pointers?</div><div><br></div><div><br></div>