Hi, guys
I wonder if anyone using jclouds to access cloudstack(>4.2.1), I googled
but found only a few documents but only a blog about example how
accessing cloudstack version 2.2, and i don't know how to login into
cloudstack to obtain other API
---
Thanks,
Yitao(依涛 姜)
jiangyt.github.io
FWIW, in jclouds, the easiest way is to treat cloudstack as any other
compute provider. You can get advanced, like how cloudcat does, but
easiest way to start is using the basics.
ex. here's an example project that is portable.
https://github.com/jclouds/jclouds-examples/tree/master/co
ple
> > > things: deploy Virtual machines for example.
> > >
> > >
> > > I was advised to use Jclouds API, the problem is that i didn't find
> > > "enough" documentation on how to use Jclouds on a cloudstack private
> > cloud
> >
;
> >
> > i am trying to implement a java code that should enable me to do simple
> > things: deploy Virtual machines for example.
> >
> >
> > I was advised to use Jclouds API, the problem is that i didn't find
> > "enough" documentation on ho
On Wed, May 1, 2013 at 1:14 PM, Seif Eddine Jemli
wrote:
> Hi,
>
>
>
> i am trying to implement a java code that should enable me to do simple
> things: deploy Virtual machines for example.
>
>
> I was advised to use Jclouds API, the problem is that i didn't find
Hi,
i am trying to implement a java code that should enable me to do simple
things: deploy Virtual machines for example.
I was advised to use Jclouds API, the problem is that i didn't find
"enough" documentation on how to use Jclouds on a cloudstack private cloud
.
Whe