Hi Leandro , <div><br></div><div>Post on launchpad QA will be a better place though. Plz post it on launchpad , and we will jump to there for further discussion.</div><div><br></div><div>1. Verify that your keystone is running , via curl -v -H "X-Auth-User: MAX" -H "X-Auth-Key: Infa" http://%keystone_IP%:5000/v1.0 </div>
<div><br></div><div>If keystone working properly , should return X-Auth-Token & X-Storage-url   etc.....</div><div><br></div><div>After  step 1 ...</div><div><br></div><div>Use the returned X-Auth-Token and X-Storage-Url for the following cURL cmd</div>
<div><br></div><div>curl -k -v -H "X-Auth-Token: %token%" %Returned X-storage-Url% <b style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgba(255, 255, 255, 0.917969); "> </b>http://%Swift-proxy_IP%:8080/v1/AUTH_%tenant_id%</div>
<div><br></div><div><div>I guess it will be </div><div>curl -v -k -H "X-Auth-Token: 1234567890"   <a href="http://172.16.0.88:8080/v1/AUTH_%tenant_ID%">http://172.16.0.88:8080/v1/AUTH_%tenant_ID%</a></div></div>
<div><br></div><div><br></div><div>If so , I believe that your problem is on the protocol of Swift-proxy , as your post , it's under https in your proxy-server.conf . </div><div><br></div><div>To disable it by comment </div>
<div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgba(255, 255, 255, 0.917969); "><br></span></div><div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgba(255, 255, 255, 0.917969); ">cert_file = /etc/swift/cert.crt</span></div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 14px; background-color: rgba(255, 255, 255, 0.917969); ">key_file = /etc/swift/cert.key</div><div><br></div><div>or correct the endpoint of swift to https......</div>
<div><br></div><div>If you were deploying keystone via cloudbuilder/devstack script ... You might need to check the sampledata .   With swift client v1.0 , it needs the value of Tenant_Id in USERS table.</div><div><br></div>
<div>Hope it help ...</div><div>-- </div><div><div>+Hugo Kuo+</div><div><a href="mailto:tonytkdk@gmail.com" target="_blank">tonytkdk@gmail.com</a></div><div><a href="mailto:hugo.kuo@cloudena.com" target="_blank">hugo.kuo@cloudena.com</a></div>
<div>+886-935-004-793</div><div><br></div><a href="http://www.cloudena.com/" target="_blank">www.cloudena.com</a></div>