Hi Shital,
You can actually use the Glance v1 API right now. Here’s the dep for it.
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>openstack-glance</artifactId>
<version>${jclouds.version}</version>
</dependency>
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 while.
The dep for Neutron is
<dependency>
<groupId>org.apache.jclouds.labs</groupId>
<artifactId>openstack-glance</artifactId>
<version>${jclouds.version}</version>
</dependency>
Regards,
Everett
[1] https://github.com/jclouds/jclouds-labs-openstack/pull/77
On Apr 3, 2014, at 10:56 PM, Shital Patil
<[email protected]<mailto:[email protected]>> wrote:
Hi,
I am using jclouds openstack neutron and it has been very useful for me but
some of the features are still missing in it.
I want to use glance API for upload and download of image but it is not
available from this link, https://github.com/jclouds/jclouds-labs-openstack
I came to know that glance API exists but not integrated with jclouds and it
supports openstack API v1.0
It would be great if I get to know what are the tentative timelines for these
components to be entirely available with jclouds or at least tell me how can I
use neutron and glance(v1.0 glance is fine or I have to look for v2.0?)
independently
Thank you