Hi Hugo, <br><br>We changed out everything to keystone2 , now we're getting a 404 when we try to create the container, maybe the account autocreation is not working properly any thoughts ?<br><br>Regards<br><br><div class="gmail_quote">
On Wed, Nov 23, 2011 at 10:20 AM, Kuo Hugo <span dir="ltr"><<a href="mailto:tonytkdk@gmail.com">tonytkdk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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> </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%" target="_blank">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 class="im">
<div><span><br></span></div><div><span>cert_file = /etc/swift/cert.crt</span></div>
<div>key_file = /etc/swift/cert.key</div><div><br></div></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><span class="HOEnZb"><font color="#888888"><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>
</font></span></blockquote></div><br>