<div dir="ltr"><div><div><div><div><div>Hello!<br>I've installed swift + keystone and have incomprehensible problem<br><br>First of all I get auth tokens<br>curl -d '{"auth": {"tenantName": "service", "passwordCredentials":{"username": "swift", "password": "swiftpass"}}}' -H "Content-type: application/json" http://<host>:5000/v2.0/tokens | python -mjson.tool<br>
</div><br>This command works fine, I get token id and publicURL<br><br>Then<br>curl -H "X-AUTH-TOKEN: cf1d44080a184e6c8f94e3fe52e89d48" http://<host>:8888/v1/AUTH_b74d4d57b1f5473bb2d8ffe5110a3d5a<br></div>
<br>This command just hangs and that's all. No swift logs, no response.<br></div>If I restart proxy server, I get on client side<br>curl: (56) Recv failure: Connection reset by peer<br><br></div>I've completely stuck here. I even turned on debug logs in swift-proxy - no result as well.<br>
</div>Is there any possibility to understand what's wrong?<br></div>