Thanks for reporting, Philipp - doc bug logged and we'll get it taken care of. <a href="https://bugs.launchpad.net/openstack-manuals/+bug/999655">https://bugs.launchpad.net/openstack-manuals/+bug/999655</a><br><br>Thanks Chmouel for confirming the correct settings.<br>

<br>Anne<br><br><div id="WISESTAMP_SIG_3372"><div style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif"><div style="margin:0 0 8px 0"><div style="text-align:left"><span style="font-size:xx-small"><span style="font-family:verdana,sans-serif;font-weight:bold;color:#333333"><span style="color:#666666">Anne Gentle</span></span></span> <span style="font-size:xx-small"><span style="color:#ff0000">| </span></span><span style="font-family:Arial,Helvetica,Geneva,Sans-Serif;color:#000000;font-size:xx-small"><a href="http://justwriteclick.com/" target="_blank">http://justwriteclick.com/</a></span></div>


<p style="margin:0"><a style="padding:0pt 2px" href="http://facebook.com/conversationandcommunity" target="_blank"><img style="vertical-align: middle;" src="http://www.images.wisestamp.com/facebook.png" alt="Facebook" border="0" height="16" width="16"></a><a style="padding:0pt 2px" href="http://linkedin.com/annegentle" target="_blank"><img style="vertical-align: middle;" src="http://www.images.wisestamp.com/linkedin.png" alt="Linkedin" border="0" height="16" width="16"></a><a style="padding:0pt 2px" href="http://twitter.com/annegentle" target="_blank"><img style="vertical-align: middle;" src="http://www.images.wisestamp.com/twitter.png" alt="Twitter" border="0" height="16" width="16"></a></p>

<div style="clear:both"></div></div><img src="http://p1.wisestamp.com/pixel.png?p=mozilla&v=3.9.12&t=1337084503735&u=755481b20c4ca423" height="1" width="1"></div></div><br><br><div class="gmail_quote">On Tue, May 15, 2012 at 4:22 AM, Philipp Wollermann <span dir="ltr"><<a href="mailto:wollermann_philipp@cyberagent.co.jp" target="_blank">wollermann_philipp@cyberagent.co.jp</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>
today, I was trying to setup Swift with Keystone authentication and S3 compatibility.<br>
<br>
Thanks to the very good documentation at <a href="http://swift.openstack.org/" target="_blank">http://swift.openstack.org/</a> and <a href="http://keystone.openstack.org/configuringservices.html" target="_blank">http://keystone.openstack.org/configuringservices.html</a> I got a working setup quite fast, however S3 compatibility didn't work. The client couldn't authenticate, got a HTTP 500 error, which was caused by Keystone responding with a HTTP 404 to an internal request to /v2.0/s3tokens.<br>


<br>
After several hours, I found out, that no one ever mentions the small detail, that you have to include this in keystone.conf:<br>
<br>
[filter:s3_extension]<br>
paste.filter_factory = keystone.contrib.s3:S3Extension.factory<br>
<br>
and add "s3_extension" in the "[pipeline:admin_api]" section between "ec2_extension" and "crud_extension".<br>
<br>
As a user, that's nearly impossible to find out - try it using the documentation and Google. The only "official" place, where you can find it mentioned, is in the middle of the 81.5kb stack.sh inside devstack and you'll only find that, if you already know exactly what you're looking for :/<br>


<br>
I'm currently trying to get a CCLA signed by my company, if that succeeds, I'd like to contribute a fix to the docs. In the meantime, maybe that already helps someone. :)<br>
<br>
Best regards,<br>
<br>
--<br>
Philipp Wollermann<br>
<br>
Infrastructure Engineer<br>
CyberAgent, Inc. (Tokyo)<br>
<a href="https://github.com/philwo" target="_blank">https://github.com/philwo</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/%7Eopenstack" 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/%7Eopenstack" 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>
</blockquote></div><br>