Re: ApacheCon North America

2015-01-28 Thread Everett Toews
I just submitted an Introduction to Apache jclouds talk to ApacheCon. I didn’t see a way to include multiple people in the submission but if you want to co-present, I’m all for it. If you come up with something new and do that instead, that works too. :) Cheers, Everett On Jan 23, 2015, at 3:

Re: JClouds and OpenStack : uses or overrides a deprecated API

2015-01-09 Thread Everett Toews
Have a look at how the Context is built in the OpenStack Getting Started Guide http://jclouds.apache.org/guides/openstack/ That will steer you clear of those deprecations. Thanks, Everett On Jan 9, 2015, at 4:53 AM, Karim mailto:karim.es...@gmail.com>> wrote: Hello, I'm trying to list images

Re: Download file from Swift

2014-12-22 Thread Everett Toews
What version of jclouds are you using? Try this… ObjectApi objectApi = cloudFiles.getObjectApi(REGION, CONTAINER); SwiftObject swiftObject = objectApi.get("uploadObjectFromFile.txt”); // Write the object to a file File file = File.createTempFile("uploadObjectFromFile", ".txt"); BufferedOutputStr

Re: error with example code for OpenStack

2014-12-18 Thread Everett Toews
If you’re only using the example from the website, there should be no trace of jclouds 1.5.7 in your dependency tree. Can you please share your pom.xml file with us? It should exactly match this one [1]. Thanks, Everett [1] http://jclouds.apache.org/guides/openstack/#pom On Dec 16, 2014, at

Re: SwiftApi ObjectApi.put behavior on 4xx/5xx responses

2014-12-10 Thread Everett Toews
ct for this kind of reporting. On Wed, Dec 10, 2014 at 9:55 AM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: Enable logging to see the full request/response and the status codes. http://jclouds.apache.org/reference/logging/<https://urldefense.proofpoi

Re: SwiftApi ObjectApi.put behavior on 4xx/5xx responses

2014-12-10 Thread Everett Toews
Enable logging to see the full request/response and the status codes. http://jclouds.apache.org/reference/logging/ Everett On Dec 10, 2014, at 7:58 AM, Daniel Hsueh mailto:daniel.hs...@seagate.com>> wrote: Hello, Using the new openstack-swift API, I believe the ObjectApi.put() call always r

Re: How to change the security group of an existing server in openstack via jclouds?

2014-12-03 Thread Everett Toews
For jclouds 1.8.1. If you're dealing with Nova security groups, you need this SecurityGroupApi [1]. SecurityGroupApi securityGroupApi = novaApi.getSecurityGroupExtensionForZone(“region").get(); If you're dealing with Neutron security groups, you need this SecurityGroupApi [2]. SecurityGroupAp

Re: Jclouds openstack volume creation from image

2014-11-17 Thread Everett Toews
s some operations that r only supported supported from v2 On Nov 14, 2014 4:15 PM, "Everett Toews" mailto:everett.to...@rackspace.com>> wrote: I’m not exactly sure which PR you’re referring to. Can you link to it? Everett On Nov 14, 2014, at 7:24 AM, Inbar Stolberg mailto:inbar...@

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
14, 2014 2:31 PM, "Everett Toews" mailto:everett.to...@rackspace.com>> wrote: Thanks. I see it now. It’s in the Block Storage (Cinder) API v2 under the Volumes section [1] POST /v2/​{tenant_id}​/volumes Unfortunately jclouds doesn’t support the Cinder API v2 yet. Can you creat

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
g this directly exists, so I upload volumes to glance store and download those images. During upload, I upload these images created from volume but then I need to convert these images back to volumes and this is where I need this API. On Wed, Nov 12, 2014 at 9:46 PM, Everett Toews mailto:ever

Re: Jclouds openstack volume creation from image

2014-11-12 Thread Everett Toews
Hi Shital, I’m not sure what you’re trying to accomplish here. AFAIK, you can only create a volume from empty block storage or from a snapshot. I don’t think creating a volume from an image is possible. Exactly what OpenStack operation are you trying to do? Can you provide an example of doing

Re: Openstack summit Paris

2014-11-04 Thread Everett Toews
t I would like to meet at the summit. > > Cheers, > Nikola > >> On 22 Oct 2014, at 18:55 , Everett Toews wrote: >> >> I’ll be there. >> >> Everett >> >> >> On Oct 22, 2014, at 11:25 AM, Inbar Stolberg wrote: >> >>>

Re: Problem to upload image on openstack

2014-10-21 Thread Everett Toews
dsgvig On Fri, Oct 17, 2014 at 7:58 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: So if you can actually get it to the queued status in Glance (and it gets stuck there) then you might have an issue in Glance. Are you able to upload an image successfully using the glance

Re: Problem to upload image on openstack

2014-10-17 Thread Everett Toews
So if you can actually get it to the queued status in Glance (and it gets stuck there) then you might have an issue in Glance. Are you able to upload an image successfully using the glance CLI (python-glanceclient)? Everett On Oct 17, 2014, at 7:33 AM, Shital Patil mailto:shital.pa...@gslab.c

Re: OpenStack Keystone endpoints

2014-10-14 Thread Everett Toews
Hi Yury, I think you’re referring to the OS-KSCATALOG admin extension http://developer.openstack.org/api-ref-identity-v2.html#os-kscatalog-ext If so, you’re correct. It has not been implemented. You’re welcome to raise an issue for this at https://issues.apache.org/jira/browse/JCLOUDS Please

Re: any way to list blobs from org.jclouds.openstack.swift.v1.SwiftApi handle?

2014-10-13 Thread Everett Toews
On Oct 8, 2014, at 11:06 AM, Daniel Hsueh mailto:daniel.hs...@evault.com>> wrote: Is there a way to list blobs in a container using handles available from a SwiftApi handle? SwiftApi.getObjectApi(“my-region", “my-container").list() Hope that’s what you’re looking for. Everett

Intro to Apache jclouds at JavaOne, Sept. 30 at 5:30 pm

2014-09-29 Thread Everett Toews
Hi All, I'll be giving an intro to jclouds tomorrow at JavaOne. Here are the details. Date: Sept. 30 Time: 5:30 - 6:30 pm Place: Parc 55 Wyndham Room: Embarcadero Hope to see you there! Everett

Re: Softlayer GlobalIdentifier question

2014-09-04 Thread Everett Toews
Here’s how to report a bug. http://jclouds.apache.org/reference/report-a-bug/ Thanks, Everett On Sep 4, 2014, at 4:14 PM, Ignasi Barrera mailto:n...@apache.org>> wrote: Using the latest version should work. Could you please file an issue in our JIRA [1] with the relevant code and the provid

Re: multi tenancy support on openstack

2014-08-27 Thread Everett Toews
On Aug 25, 2014, at 2:16 AM, Inbar Stolberg wrote: > is there a way to create an openstack jclouds context using the token instead > of the username and password? This is being worked on https://github.com/jclouds/jclouds/pull/433 > and is there a way to get the token back from jclouds contex

OSCON 2014

2014-07-21 Thread Everett Toews
If you or someone you know is at OSCON this week, feel free to contact me on or off list if you'd like to chat. Regards, Everett

Re: Single volume attachment to several compute instances

2014-07-18 Thread Everett Toews
Both of the blueprints linked to from that wiki page haven’t been completed. One is still in the discussion state. I think it will be a while before we have a chance to test this with anything (including jclouds). When the blueprints are implemented and make it into a release, we can try it the

Re: Which release of jClouds supports neutron API?

2014-07-10 Thread Everett Toews
Hi Jeffrey, It’s currently in jclouds-labs and is available in release 1.7.3. You can find the dep in OpenStack Dependencies [1]. org.apache.jclouds.labs openstack-neutron ${jclouds.version} Everett [1] http://jclouds.apache.org/guides/openstack/#pom On Jul 9, 2014, a

Re: 回复:Re: How can I establish the connection between a network and a node (Server) using JClouds?

2014-07-01 Thread Everett Toews
On Jun 30, 2014, at 8:11 PM, yexia...@sina.com wrote: I'm using Openstack. So far, I can create a Network and a Server with JClouds. I want to make them connect together, which means that if there is another Server is also connected with that Server, they could communic

Re: [DISCUSS] Java 6 support

2014-06-30 Thread Everett Toews
On May 30, 2014, at 2:52 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: First off, I’m totally on board with the move to Java 7. Beyond Java 6 being EOL, Java 7 has finally reached some kind of critical mass [1]. My primary concern is around the kind of change it is and the

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-27 Thread Everett Toews
On Jun 27, 2014, at 5:41 AM, Paolo Viotti wrote: > So in that case, my question would be: can users with US accounts access the > UK Cloud Files service? Sorry, no. You need to sign up for a UK account at https://buyonline.rackspace.co.uk/ HTH, Everett

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-26 Thread Everett Toews
github.com/jclouds/jclouds-labs-openstack/pull/113 [2] https://gist.github.com/everett-toews/9129de9c83fefd721316 [3] https://cart.rackspace.com/ [4] https://buyonline.rackspace.co.uk/ On Jun 26, 2014, at 3:03 AM, Paolo Viotti mailto:paolo.vio...@eurecom.fr>> wrote: Thanks Everett, I

Re: Rackspace Cloudfiles UK provider and region Ids

2014-06-25 Thread Everett Toews
"-DoutputDirectory=./lib" wget https://gist.githubusercontent.com/everett-toews/9129de9c83fefd721316/raw/057ac9a44a3f7b59bc91ac31fa549aa7ce742593/Test.java # update the uk_username and uk_apikey javac -cp ".:lib/*" Test.java java -cp ".:lib/*" Test Does following

Re: How to set proxy

2014-06-24 Thread Everett Toews
The way to set the HTTP(S) proxy in jclouds is detailed here: http://jclouds.apache.org/reference/logging/#proxy Everett On Jun 24, 2014, at 8:58 AM, Jeremy Daggett mailto:jeremy.dagg...@rackspace.com>> wrote: Hi Bhupendra, All you need to do is set the proxy host and port for the JVM as des

Re: LBaaS in OpenStack

2014-06-23 Thread Everett Toews
On Jun 23, 2014, at 2:26 PM, BrianCarroll mailto:b...@marlin.ie>> wrote: Thanks Everett. I will log a JIRA. Apologies for the newbie question but if an extension API isn't implemented in JClouds yet, is there any other way to access that API (LBaaS) via JClouds. You would have to write the code

Re: LBaaS in OpenStack

2014-06-23 Thread Everett Toews
On Jun 22, 2014, at 4:00 PM, BrianCarroll wrote: > What are my options for using LBaaS via jclouds? I would like to add new > compute/nova nodes to an LBaaS pool. [1] > Is the Rackspace LoadBalancer api compatible with OpenStack? No. They’re different APIs and not compatible (though they are s

Re: do not use elastic ip with openstack

2014-06-13 Thread Everett Toews
This this: Manage Jenkins > Configure System Cloud section Cloud Instance Templates section Advanced OpenStack Options section Assign Floating IP unchecked HTH, Everett On Jun 13, 2014, at 8:24 AM, Tamás Kende mailto:oliol...@gmail.com>> wrote: Hi Andrew! Thank you for your quick reply, then

[ANNOUNCE] Apache jclouds 1.7.3 released

2014-05-30 Thread Everett Toews
Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features. The source archives for the release are available here: http://www.apache.or

Re: Clojure support

2014-05-30 Thread Everett Toews
On May 27, 2014, at 1:57 PM, Andrew Gaul wrote: > Repeating my request for a Clojure maintainer. In addition to making > evolving the APIs more difficult, jclouds has a 3 year stale dependency > on Clojure, 1.3 vs. 1.6. I will ask the development team to drop > support unless someone volunteers

Re: [DISCUSS] Java 6 support

2014-05-30 Thread Everett Toews
First off, I’m totally on board with the move to Java 7. Beyond Java 6 being EOL, Java 7 has finally reached some kind of critical mass [1]. My primary concern is around the kind of change it is and the timing of it. This is a major backwards incompatible change. As soon as we write that first

OpenStack Summit next week

2014-05-15 Thread Everett Toews
Is anyone from the jclouds community going to at the OpenStack Summit in Atlanta next week? It would be great to meet up if you are. Drop me a line here or off list. Whatever you prefer. Cheers, Everett

Troubleshooting

2014-05-02 Thread Everett Toews
Hi All, I’ve started a new Troubleshooting page at http://jclouds.apache.org/reference/troubleshooting/ to collect all of those common issues we find users run into when they’re getting started with jclouds. If you have a tip or solution to add, please click the "Fix This Page" link at the bo

Re: Openstack API requests over multiple regions

2014-04-26 Thread Everett Toews
, 2014 at 8:46 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: There’s a bit of a terminology disconnect in jclouds when it comes to OpenStack regions. The jclouds term for an OpenStack region is zone. e.g. If you were working with Nova Servers, NovaApi.getServerApiForZon

Re: Openstack API requests over multiple regions

2014-04-25 Thread Everett Toews
There’s a bit of a terminology disconnect in jclouds when it comes to OpenStack regions. The jclouds term for an OpenStack region is zone. e.g. If you were working with Nova Servers, NovaApi.getServerApiForZone(“RegionOne”); I’ve documented in the Terminology section [1] of the OpenStack guide

Re: jclouds: Incorrect parsing

2014-04-22 Thread Everett Toews
So the context and the novaApi build fine, but when I call the getconfiguredzones it produces the error. I can't seem to get enable logging since I'm using Android and it produces errors when trying to use ch.qos.logback. I will see if I can enable it so I can get the log. Thank you.

Re: jclouds: Incorrect parsing

2014-04-18 Thread Everett Toews
Hi Jeremiah, In cases of JSON parsing problems we really need to see the wire logging, here’s how to configure logging [1]. The file we need log/jclouds-wire.log. Also, it would be helpful to see a full example that demonstrates the problem. Or at least a snippet that shows how you’re building

Re: Migratiom from 1.5.x to 1.7.x

2014-04-14 Thread Everett Toews
Hi Paolo, When you find out what works, would you be willing to update the AWS guide [1]? It’s really easy to do. You can contribute doc entirely from within your web browser [2]. Thanks, Everett [1] http://jclouds.apache.org/guides/aws/ [2] https://wiki.apache.org/jclouds/How%20to%20Contribut

Re: Error while using glance

2014-04-11 Thread Everett Toews
On Apr 11, 2014, at 9:11 AM, Shital Patil wrote: > It doe not throw exception when I call upload/create image API, the call > returns with image ID but when I log in to horizon the status of imge over > there is queuing(image is being queued) and it never shows active status. > However when

Re: null connecting error

2014-04-07 Thread Everett Toews
jclouds uses GSON [1] as it’s default JSON parser. Could you give that a try? Everett [1] https://code.google.com/p/google-gson/ On Apr 7, 2014, at 1:59 PM, Jeremiah Robertson mailto:jrs...@gmail.com>> wrote: Here is the return from the wire log: POST https://identity.api.rackspacecloud.com/

Re: About neutron and glance API

2014-04-04 Thread Everett Toews
On Apr 4, 2014, at 9:43 AM, Shital Patil wrote: > Does this version of jclouds API for various services (eg neutron v2 glance > v1) depend on certain openstack release (eg gizzely/havana) or it depends on > openstack REST API version? It depends on the OpenStack REST API version, which in turn

Re: About neutron and glance API

2014-04-04 Thread Everett Toews
Hi Shital, You can actually use the Glance v1 API right now. Here’s the dep for it. org.apache.jclouds.labs openstack-glance ${jclouds.version} There’s no solid timeline on when the Glance v2 API [1] will be ready unfortunately. We haven’t heard from the author in a

Re: jclouds Meetup at Cloudera in San Francisco on March 4 at 6:00 pm

2014-02-20 Thread Everett Toews
March 4. It’s on March 4! The date on the event page [1] is correct. Sorry for the confusion. Everett only this time :) On Feb 20, 2014, at 1:45 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: http://www.meetup.com/jclouds/events/167345122/ Let's talk

jclouds Meetup at Cloudera in San Francisco on March 3 at 6:00 pm

2014-02-20 Thread Everett Toews
http://www.meetup.com/jclouds/events/167345122/ Let's talk jclouds! 1. Introduction to jclouds 2. Discussion and Q&A 3. Roadmap discussion Dinner and drinks will be provided. If you'd like to add something to the agenda, let us know in the comments of the event page on meetup.com

Re: Security group listing on nova slow

2014-02-17 Thread Everett Toews
abayer, this is SecurityGroupExtension related. Do you have some time to look into it? Everett On Feb 17, 2014, at 1:10 PM, Simon Hildrew mailto:simon.hild...@theguardian.com>> wrote: On 3 February 2014 21:01, Simon Hildrew mailto:simon.hild...@theguardian.com>> wrote: On 3 February 2014 20:

Re: Using Floating IPs

2014-02-17 Thread Everett Toews
On Feb 17, 2014, at 11:04 AM, Jeremy Daggett wrote: > Upon further investigation, it looks like the path forward would be to keep > the "allocateFromPool()" method in the FloatingIPApi[1]. My opinion is that > we should deprecate "create()" [2] and make "allocateFromPool()" the default. I don

jclouds at SXSW Interactive on March 9, 2014

2014-02-14 Thread Everett Toews
Hi All, I had a workshop accepted at SXSW Interactive [1] this year titled Cloud Portability with Multi-Cloud Toolkits [2] March 9, 2014 11:00 AM 150 minutes Take control of your application's future by making it portable in the present. Changes in reliability, performance, cost, and privacy

Re: Problem connecting to openstack

2014-02-12 Thread Everett Toews
Hi Shital, At this point I pretty sure that the problems are with your OpenStack deployment and not jclouds. On Feb 10, 2014, at 3:14 AM, Shital Patil mailto:shital.pa...@gslab.com>> wrote: Hi Everett, I am listing the pastie links for logs as you suggested. I am enlisting three scenarios an

Re: Bug Fix Release Date

2014-02-05 Thread Everett Toews
This bug is really hurting our users. We need to stop the bleeding. Were constantly asking users to use a snapshot release but what we really need to do is give them a proper release with the workaround. I think we should do a 1.7.1 release as soon as possible. Regards, Everett On Feb 5, 2014

Re: Problem connecting to openstack

2014-02-05 Thread Everett Toews
al.BaseHttpCommandExecutorService.shouldContinue(BaseHttpCommandExecutorService.java:182) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:152) at org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod.invoke(InvokeSyncToAsyncHttpMethod.java:133)

Re: Problem connecting to openstack

2014-02-04 Thread Everett Toews
On Feb 3, 2014, at 9:23 PM, Shital Patil wrote: > 4- I am able to access openstack using curl Can you show us exactly the curl command you’re using to auth? e.g. curl -s -X POST http://xxx.xxx.xxx.xxx:5000/v2.0/tokens -d ‘json goes here' -H "Content-type: application/json” Can you show us t

Re: Jclouds neutron API

2014-02-03 Thread Everett Toews
Try this. https://gist.github.com/everett-toews/8701756 HTH, Everett On Feb 3, 2014, at 12:58 AM, Jayant Kaushal mailto:awaken.ro...@gmail.com>> wrote: How do i fetch the NeutronAPI in jclouds API, for other api's we have a conetxt that helps. not sure whats going around. Pleas

Re: Problem connecting to openstack

2014-01-31 Thread Everett Toews
I can’t see anything obviously wrong either. Shital, are you able to create new tenants and users in your OpenStack cloud? I would suggest creating a tenant simply named “testTenant” that has one user “testUser” with an easy password like “testPassword”. If that doesn’t work for you, you may ne

Re: BlobStore & RestContext

2014-01-16 Thread Everett Toews
.out.println(cloudFilesClient.putObject(CONTAINER, object)); > > Any ideas why rackspace may be rejecting my request? > > On Mon, Jan 6, 2014 at 10:51 AM, Everett Toews > wrote: >> That would be the BlobStore interface. >> >> Everett >> >> >> On J

Re: how to connect to swift using keystone

2014-01-16 Thread Everett Toews
Hi Alex, The most likely culprit is that you're missing the swift dependency. I've updated the OpenStack quick start guide [1] with better instructions and to include a full pom.xml file with all of the OpenStack dependencies. Please run through the Get jclouds section again and see if that hel

Re: Creating a new volume via jclouds

2014-01-14 Thread Everett Toews
hanks for the information Everett. On Tue, Jan 14, 2014 at 9:08 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: Let me answer your question with another question. Does your OpenStack cloud have Cinder installed? If it's a Folsom, Grizzly, or Havana deployment, I'd

Re: Creating a new volume via jclouds

2014-01-14 Thread Everett Toews
t, Thanks. So, I am using the openstack-nova API, can I still use this CinderApi? On Tue, Jan 14, 2014 at 7:14 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: For OpenStack it's the CinderApi [1] Everett [1] http://javadocs.jclouds.cloudbees.net/org/jclouds/openstack/ci

Re: Creating a new volume via jclouds

2014-01-14 Thread Everett Toews
For OpenStack it's the CinderApi [1] Everett [1] http://javadocs.jclouds.cloudbees.net/org/jclouds/openstack/cinder/v1/CinderApi.html On Jan 13, 2014, at 10:45 PM, Nirmal Fernando wrote: Hi All, How can I do $subject? For AWS-EC2 provider (EBS volumes) and Openstack-nova provider? Any point

Re: Error Creating Key Pairs on OpenStack

2014-01-13 Thread Everett Toews
Hi Jayant, I just wrote an example that covers Key Pairs called CreateServerWithKeyPair [1]. It shows you how to write the private key to disk. The example runs on Rackspace but the code is exactly the same. The only thing you need to change is some config for the context and the region. e.g.

RE: Setting Content-Disposition header containing Finnish alphabets å, ä or ö

2014-01-10 Thread Everett Toews
header appears correctly and it appears correctly in the Cloud Control Panel too (in Chrome anyway). HTH, Everett ________ From: Everett Toews [everett.to...@rackspace.com] Sent: Wednesday, January 08, 2014 11:35 AM To: Subject: Re: Setting Content-Disposi

Re: Setting Content-Disposition header containing Finnish alphabets å, ä or ö

2014-01-08 Thread Everett Toews
8312620 > > - Kalle - > > > ________ > Lähettäjä: Everett Toews [everett.to...@rackspace.com] > Lähetetty: 7. tammikuuta 2014 18:36 > Vastaanottaja: > Aihe: Re: Setting Content-Disposition header containing Finnish > alphabets å, ä

Re: jclouds install failed

2014-01-08 Thread Everett Toews
nutes.html [2] https://gist.github.com/everett-toews/8318536 On Jan 8, 2014, at 8:31 AM, Luca Maderna wrote: Hi Andrew I've downloaded manually some jars in order to compile JCloudsNova class (http://jclouds.apache.org/documentation/quickstart/openstack/), but whn I try to run the example class a N

Re: Setting Content-Disposition header containing Finnish alphabets å, ä or ö

2014-01-07 Thread Everett Toews
Hi Kalle, This could be a bit of a gnarly issue. It would really help to know exactly the code you're running. Do you have a small Java application that reproduces this problem? Something that I could run myself. You could share it with us as a gist[1] or pastie[2]. Thanks, Everett [1] https

Re: BlobStore & RestContext

2014-01-06 Thread Everett Toews
That would be the BlobStore interface. Everett On Jan 6, 2014, at 9:12 AM, John D. Ament wrote: > Andrew, > > Yes, that definitely helps. > > if I wanted to use the non provider specific interface, would > SwiftClient be the right interface to use? > > John > > On Mon, Jan 6, 2014 at 12:54

Re: Improve jclouds site content

2014-01-02 Thread Everett Toews
Hi Ignasi, Great idea. I think we can make the site more welcoming for newcomers too. To do this right, we need a new design. I did a bit of research into other popular open project websites [*] to see what we can learn from them. There seem to be some commonalities. I believe these things hel

Re: INTERNAL_SERVER_ERROR on getting versions of a vcloud server

2014-01-02 Thread Everett Toews
Here's an example of how to use @Consumes at the Type level from the CloudSigmaApi [1]. It will add or replace the Accept header for every call in that Api with whatever value you specify. I think it will do exactly what you want without you having to write more code. Everett [1] https://git

Re: problem with network ordering in OpenStack

2013-11-19 Thread Everett Toews
LinkedList 2) serverApiForZone.create(machineName, cloudNodeImage.getUuid(), computeOfferingId, Options); 3)I am using a Grizzly node Thanks On Tue, Nov 19, 2013 at 3:59 PM, Everett Toews mailto:everett.to...@rackspace.com>> wrote: Can you share a snippet of code with us? Specifically, it

Re: problem with network ordering in OpenStack

2013-11-19 Thread Everett Toews
Can you share a snippet of code with us? Specifically, it would be good to see how you create your List of networks, how you create your CreateServerOptions, and how you call ServerApi.create. Also, what version of jclouds and what version of OpenStack are you using? Thanks, Everett On Nov 19

Re: openstack/nova-api define network

2013-11-18 Thread Everett Toews
Have you tried passing in networks to CreateServerOptions [1] for ServerApi.create(String name, String imageRef, String flavorRef, CreateServerOptions... options)? If this turns out to be a bug or feature request, see [2] Thanks, Everett [1] https://github.com/jclouds/jclouds/blob/master/api