<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I am following the OpenStack WalkThrough instructions and I am failing to verify my setup as described here:<br><a href="http://docs.openstack.org/folsom/openstack-compute/install/yum/content/verify-swift-installation.html">http://docs.openstack.org/folsom/openstack-compute/install/yum/content/verify-swift-installation.html</a><br>
<br></div>In this forum I have found that the instructions are not exactly correct so I tried what was suggested but without any success.<br><br></div>Following command always return '404 Not Found'<br><br>curl -k -v -H 'X-Storage-User: service:swift' -H 'X-Storage-Pass: 12345678' -X 'POST' <a href="http://localhost:5000/v2.0/auth">http://localhost:5000/v2.0/auth</a><br>
<br></div>But when for following it works:<br><br>curl -k -v -X 'POST' <a href="http://localhost:5000/v2.0/tokens">http://localhost:5000/v2.0/tokens</a> -d '{"auth":{"passwordCredentials":{"username":"swift", "password":"12345678"}, "tenantName":"service"}}' -H 'Content-type: application/json' -H 'Accept: application/xml'<br>
<br></div>What am I missing here?<br><div><div><div><div><div><br><div>Thanks<br clear="all"></div><div><div><br>Tomáš Šoltys<br><br><a href="mailto:tomas.soltys@gmail.com" target="_blank">tomas.soltys@gmail.com</a><br><a href="http://www.range-software.com" target="_blank">http://www.range-software.com</a><br>
(+420) 776-843-663
</div></div></div></div></div></div></div></div>