Re: Jclouds openstack volume creation from image

2014-11-17 Thread Everett Toews
What do you mean by take it? It doesn’t appear anyone has done anything on it for some time and it’s quite old by now. It probably requires a redo using the api/provider writing practices [1] and google-compute-engine [2] as the exemplar to work from. Everett [1]

Re: Jclouds openstack volume creation from image

2014-11-17 Thread Inbar Stolberg
We currently only support cinder v1 I would like to add v2 as it seems juno version started to move off v1 on some of the Api's... On Nov 18, 2014 7:13 AM, Everett Toews everett.to...@rackspace.com wrote: What do you mean by take it? It doesn’t appear anyone has done anything on it for some

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
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 create a JIRA [2] issue for that including the calls that are most important to you? Would you be

Re: Jclouds openstack volume creation from image

2014-11-14 Thread Everett Toews
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 inbar...@gmail.commailto:inbar...@gmail.com wrote: I see no one has touched this PR in a while (few months) does any one mind if I'll take it and create a new one? On

Jclouds openstack volume creation from image

2014-11-12 Thread Shital Patil
Hi, In jclouds 1.8.0, I can see support for volume creation using snapshot Id but not using image id is it supported?

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