[
https://issues.apache.org/jira/browse/JCLOUDS-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745951#comment-14745951
]
Zack Shoylev commented on JCLOUDS-1000:
---------------------------------------
This is the API call referenced:
http://docs.rackspace.com/images/api/v2/ci-devguide/content/POST_importImage_tasks_Image_Task_Calls.html
The openstack version of the call is here:
http://developer.openstack.org/api-ref-image-v2.html
These are the glance-supported operations we currently have in jclouds:
https://github.com/jclouds/jclouds-labs-openstack/blob/master/openstack-glance/src/main/java/org/jclouds/openstack/glance/v1_0/features/ImageApi.java
Notice that only v1 is supported for the openstack-labs glance code, whereas
Rackspace uses glance v2.
> Suport Rackspace Cloud Images
> -----------------------------
>
> Key: JCLOUDS-1000
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1000
> Project: jclouds
> Issue Type: New Feature
> Reporter: Gary Marchiny
> Assignee: Zack Shoylev
>
> In order to import an image to Rackspace, the following two steps must be
> taken:
> 1. Upload your image data to your Cloud Files account
> 2. Create a Cloud Images import task
> The first step is currently possible using jClouds. The second step is not.
> A jClouds service / API to support Rackspace Cloud Images would make this
> possible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)