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 interested in developing support for the Cinder API v2 yourself?
Thanks,
Everett
[1] http://developer.openstack.org/api-ref-blockstorage-v2.html#volumes-v2
[2] https://issues.apache.org/jira/browse/JCLOUDS
On Nov 13, 2014, at 4:40 AM, Shital Patil
<[email protected]<mailto:[email protected]>> wrote:
Hi Everett,
It is possible in openstack. I have attached openstack API reference doc
screenshot and here is link for CLI reference
http://docs.openstack.org/cli-reference/content/cinderclient_commands.html
I want to download and upload volumes to openstack and looks like no cinder API
for doing 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
<[email protected]<mailto:[email protected]>> wrote:
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 it with the CLI or link us to some
OpenStack doc that shows what you’re trying to do?
Thanks,
Everett
On Nov 12, 2014, at 4:45 AM, Shital Patil
<[email protected]<mailto:[email protected]>> wrote:
> Hi,
>
> In jclouds 1.8.0, I can see support for volume creation using snapshot Id but
> not using image id is it supported?
>
>
>
<Cinder-volume-from-image.png>