Im getting 404 with both tools, curl and swift , we're using the repo where you commited 41 minutes ago <div><br></div><div><br></div><div><div>Regards<br><br><div class="gmail_quote">On Wed, Nov 23, 2011 at 10:51 AM, Chmouel Boudjnah <span dir="ltr"><<a href="mailto:chmouel@openstack.org">chmouel@openstack.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Which version did you use for keystone2 from cloudbuilders github<br>
trunk? can you try again (I just updated some fixes to it just now).<br>
<br>
And what do you mean you are getting 404,  how do you test it ? with<br>
swift cli or via curl ?<br>
<br>
Chmouel.<br>
<div><div class="h5"><br>
On Wed, Nov 23, 2011 at 2:27 PM, Leandro Reox <<a href="mailto:leandro.reox@gmail.com">leandro.reox@gmail.com</a>> wrote:<br>
> Hi Hugo,<br>
><br>
> We changed out everything to keystone2 , now we're getting a 404 when we try<br>
> to create the container, maybe the account autocreation is not working<br>
> properly any thoughts ?<br>
><br>
> Regards<br>
><br>
> On Wed, Nov 23, 2011 at 10:20 AM, Kuo Hugo <<a href="mailto:tonytkdk@gmail.com">tonytkdk@gmail.com</a>> wrote:<br>
>><br>
>> Hi Leandro ,<br>
>> Post on launchpad QA will be a better place though. Plz post it on<br>
>> launchpad , and we will jump to there for further discussion.<br>
>> 1. Verify that your keystone is running , via curl -v -H "X-Auth-User:<br>
>> MAX" -H "X-Auth-Key: Infa" http://%keystone_IP%:5000/v1.0<br>
>> If keystone working properly , should return X-Auth-Token & X-Storage-url<br>
>>   etc.....<br>
>> After  step 1 ...<br>
>> Use the returned X-Auth-Token and X-Storage-Url for the following cURL cmd<br>
>> curl -k -v -H "X-Auth-Token: %token%" %Returned<br>
>> X-storage-Url%  http://%Swift-proxy_IP%:8080/v1/AUTH_%tenant_id%<br>
>> I guess it will be<br>
>> curl -v -k -H "X-Auth-Token: 1234567890"<br>
>>   <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><br>
>><br>
>> If so , I believe that your problem is on the protocol of Swift-proxy , as<br>
>> your post , it's under https in your proxy-server.conf .<br>
>> To disable it by comment<br>
>> cert_file = /etc/swift/cert.crt<br>
>> key_file = /etc/swift/cert.key<br>
>> or correct the endpoint of swift to https......<br>
>> If you were deploying keystone via cloudbuilder/devstack script ... You<br>
>> might need to check the sampledata .   With swift client v1.0 , it needs the<br>
>> value of Tenant_Id in USERS table.<br>
>> Hope it help ...<br>
>> --<br>
>> +Hugo Kuo+<br>
>> <a href="mailto:tonytkdk@gmail.com">tonytkdk@gmail.com</a><br>
>> <a href="mailto:hugo.kuo@cloudena.com">hugo.kuo@cloudena.com</a><br>
>> +886-935-004-793<br>
>> <a href="http://www.cloudena.com" target="_blank">www.cloudena.com</a><br>
><br>
</div></div>> _______________________________________________<br>
> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
><br>
><br>
</blockquote></div><br></div></div>