I'm assuming you've the following:<div>- you installed cactus (the 1.3 release) </div><div>- you're playing both the provider role (administrating users and such) and the end user (creating files and containers). </div>
<div><br></div><div>I that is the case, then you should also look into swauth. </div><div>This section of the guide could help: <a href="http://docs.openstack.org/cactus/openstack-object-storage/admin/content/verify-swift-installation.html">http://docs.openstack.org/cactus/openstack-object-storage/admin/content/verify-swift-installation.html</a></div>
<div>note that swauth is just one possible authentication scheme and in diablo things are changing... </div><div><br></div><div>While you're just starting, you might want to just bypass all authentication in swift. you can do that by editing the proxy configuration (by default: <span class="Apple-style-span" style="font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 20px; ">/etc/swift/proxy-server.conf). </span><span class="Apple-style-span" style="font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 20px; ">find the line:</span></div>
<div><span class="Apple-style-span" style="font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 20px; "><pre style="width: auto; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; color: rgb(122, 71, 7); overflow-x: auto !important; overflow-y: auto !important; ">
pipeline = healthcheck cache swauth proxy-server</pre></span><span class="Apple-style-span" style="font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 20px; "><p style="margin-top: 1em; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: transparent; ">
and change it to this:</p></span><span class="Apple-style-span" style="font-family: arial, verdana, sans-serif; font-size: 14px; line-height: 20px; "><pre style="width: auto; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; color: rgb(122, 71, 7); overflow-x: auto !important; overflow-y: auto !important; ">
pipeline = healthcheck cache proxy-server</pre></span></div><div><br></div><div>hope this helps.</div><div><br></div><div>a.</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">2011/6/29 Juan J. <span dir="ltr"><<a href="mailto:juan@memset.com">juan@memset.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Wed, 2011-06-29 at 11:38 +0530, bharath pb wrote:<br>
> Hi,<br>
><br>
> I’m new to the open stack , I have installed openstack storage on<br>
> ubuntu 10.10 .<br>
><br>
> Now I want store some files/data(XML data) to the openstack , I have<br>
> stuck up at this part .<br>
><br>
> I went through the developer guide but could not understand.<br>
><br>
> Pls suggest me how to go with this ..? I want use java/python for the<br>
> interface<br>
<br>
</div></div>The developer guide explains the API, in case you want to use it<br>
directly (it's a REST API over HTTP).<br>
<br>
In case you want a high level interface so you don't have to deal with<br>
HTTP directly, you can use Rackspace Cloud Files Python library:<br>
<br>
<a href="https://github.com/rackspace/python-cloudfiles" target="_blank">https://github.com/rackspace/python-cloudfiles</a><br>
<br>
In Ubuntu is packaged as python-rackspace-cloudfiles, although I<br>
recommend you to use the latest version available on github.<br>
<br>
There's a Java library too:<br>
<br>
<a href="https://github.com/rackspace/java-cloudfiles" target="_blank">https://github.com/rackspace/java-cloudfiles</a><br>
<br>
Regards,<br>
<br>
Juan<br>
<br>
--<br>
Juan J. Martinez<br>
Development, MEMSET<br>
<br>
mail: <a href="mailto:juan@memset.com">juan@memset.com</a><br>
 web: <a href="http://www.memset.com/" target="_blank">http://www.memset.com/</a><br>
<br>
Memset Ltd., registration number 4504980. 25 Frederick Sanger Road, Guildford, Surrey, GU2 7YD, UK.<br>
<br>
<br>
_______________________________________________<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>
</blockquote></div><br></div>