RE: Example end-to-end walkthrough?

2017-01-05 Thread Teo De Las Heras
Thanks for all the help. I'm trying to learn how to run a basic example that I can learn from and build on, but my lack of knowledge of Maven is a pitfall. All the examples use Maven differently which makes it hard to learn from the examples. The other challenge I'm having is that the compute

Swift in jclouds 2.0.0

2017-01-05 Thread Paya, Ashkan
Hi, According to JCLOUDS-786, the old swift api is no longer supported in jclouds 2.0.0. Does this mean that we should just change the provider’s name from swift to openstack-swift? In my case, solely changing the name does not seem to resolve

OpenStack identity endpoint and serviceCatalog usage

2017-01-05 Thread Ryan Shoemaker
Hi, I'm hoping to get a better understanding of how jclouds discovers and decides which identity endpoint to use. Feel free to redirect me to docs if this is already written up somewhere. In my case, we have a community Mitaka installation running and an app that uses jclouds v2.0.0. Initi

Re: Example end-to-end walkthrough?

2017-01-05 Thread Andrew Phillips
But in the end, like in any Java project, the only thing you need to use jclouds is your project is to have the jclouds .jar files in your classpath. Just for the avoidance of doubt: you will need the jclouds JAR files and the JARs for any dependencies needed by the particular jclouds JARs you

Re: Example end-to-end walkthrough?

2017-01-05 Thread Ignasi Barrera
Hi, jclouds is just a collection of APIs. It is not an executable or a precompiled tool you can use out of the box to manage the different cloud providers. It is a set of APIs you can use to write code that can be used to manage any supported cloud. The references to Maven or the reference to the