Difference between Snapshot created by using openstack glance and cinder

2016-09-02 Thread Sathish Kavikondala
Hi Team, The target cloud Environment is ubuntu openstack cloud environment with "glance service" installed and without "cinder service" on it. 1. By using horizon , i am able to create a snapshot of an VM and which is showing in the list of images of type snapshot.( sure there is no cinder i

Re: glance REST API access through jcloud project

2016-09-02 Thread Sathish Kavikondala
Hi Ignasi Barrera, Thanks for your confirmation. Appreciate your Quick Start guidelines about exactly what we are looking for. On Fri, Sep 2, 2016 at 1:59 PM, Ignasi Barrera wrote: > Hi Sathish, > > Unfortunately there are no examples for Glance, but getting started > with it should be pretty s

Re: glance REST API access through jcloud project

2016-09-02 Thread Ignasi Barrera
Hi Sathish, Unfortunately there are no examples for Glance, but getting started with it should be pretty straightforward. Add the glance dependency to your pom.xml: org.apache.jclouds.labs openstack-glance 1.9.2 And then you can get an instance of the GlanceApi as follows: GlanceApi