Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-05 Thread Chmouel Boudjnah
On Mon, Jun 4, 2012 at 8:49 PM, Shawn Heisey wrote: > server.  Keystone is not part of the multiserver howto: > http://swift.openstack.org/howto_installmultinode.html Hopefully we will be able to update that when the keystone/swift middleware will be moved over swift repository. Chmouel. __

Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Luis Gervaso
Hi Shawn, I understand your needs. I'll try to add support for them in the RC3. It'll be out next week. Luis On Mon, Jun 4, 2012 at 8:49 PM, Shawn Heisey wrote: > On 5/30/2012 4:02 PM, Luis Gervaso wrote: > > Hi Shawn, > > I discovered in your code: > > 1) > > properties.put("identity.endp

Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Shawn Heisey
On 5/30/2012 4:02 PM, Luis Gervaso wrote: Hi Shawn, I discovered in your code: 1) properties.put("identity.endp oint.publicURL", "http:/testb.REDACTED.com:8080/v2.0 "); here you are using only one slash "http:/". So it's not valid URL.

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Luis Gervaso
Hi Shawn, I discovered in your code: 1) properties.put("identity.endp > > oint.publicURL", >"http:/testb.REDACTED.com:8080/v2.0"); here you are using only one slash "http:/". So it's not valid URL. 2) actually "testb.REDACTED.com:8080/v2.0" is your identity endpoint? Keystone usually

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install As I mentioned in my last email, I am getting an exception, see that email for full exception details. This is the code in my little a

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) I installed maven ... that required a huge number of dependencies. I was able to get the source for the openstack java sdk compiled using the openjdk on ubuntu. Tak

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-29 Thread Luis Gervaso
Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install Regards On Tue, May 29, 2012 at 10:58 PM, Shawn Heisey wrote: > On 5/24/2012 7:25 PM, Luis Gervaso wrote: > > Hi Shawn, > > > > You can try with OpenStack Java SDK > > > > https://

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-29 Thread Shawn Heisey
On 5/24/2012 7:25 PM, Luis Gervaso wrote: > Hi Shawn, > > You can try with OpenStack Java SDK > > https://github.com/woorea/openstack-java-sdk > > https://github.com/woorea/openstack-java-sdk/wiki/Swift-Tutorial Is there a jar I can download and a list of dependencies? That appears to be a sour

[Openstack] Fwd: Question about cloudfiles API

2012-05-24 Thread Luis Gervaso
-- Forwarded message -- From: Luis Gervaso Date: Fri, May 25, 2012 at 3:24 AM Subject: Re: [Openstack] Question about cloudfiles API To: Shawn Heisey Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk https://github.com/woorea/openstack