Re: error while running JCloudsNove.java

2018-06-19 Thread jayshankar nair
Hello, After changing the groupid for neutron, I am getting the  error while executing maven. The lib directory content is as below. [root@localhost jclouds]# mvn dependency:copy-dependencies "-DoutputDirectory=./lib" [INFO] Scanning for projects... [INFO] [INFO] ---< org.apache.jclouds

Re: error while running JCloudsNove.java

2018-06-19 Thread Andrea Turli
Why are you using org.apache.jclouds.api openstack-neutron 2.0.1 if your jclouds.properties is 2.1.0 ? I think org.apache.jclouds.api openstack-neutron ${jclouds.version} should fix the mvn dependency command Best On Tue, Jun 19, 2018 at 10:52 AM jayshankar nair

Re: error while running JCloudsNove.java

2018-06-19 Thread jayshankar nair
Hello, I am getting the following error while running JCloudsNova java -classpath ".:lib/*:/usr/local/jdk1.8.0_171/lib" JCloudsNova 09:04:54.875 [main] DEBUG o.j.rest.internal.InvokeHttpMethod - >> invoking V2AuthenticationApi.authenticatePassword 09:04:54.878 [main] DEBUG o.j.h.i.JavaUrlHttpComm

Re: error while running JCloudsNove.java

2018-06-19 Thread Andrea Turli
Please read carefully http://jclouds.apache.org/guides/openstack/ Double check the keystone endpoint and make sure of the Keystone version your provider is using. Best On Tue, Jun 19, 2018 at 11:15 AM jayshankar nair wrote: > Hello, > > I am getting the following error while running JCloudsNov

Re: error while running JCloudsNove.java

2018-06-19 Thread jayshankar nair
Hello, I have installed openstack using packstack --allinone. Is it possible for jcloud to connect to packstack. How can i know the keystone endpoint and version. Please let me know. Thanks,Jayshankar On Tuesday, June 19, 2018 2:51 PM, Andrea Turli wrote: Please read carefully http:/

Re: error while running JCloudsNove.java

2018-06-19 Thread Andrea Turli
Sorry not familiar with packstack, but glad you fixed the maven dependency issues. On Tue, Jun 19, 2018 at 12:01 PM jayshankar nair wrote: > Hello, > > I have installed openstack using packstack --allinone. Is it possible for > jcloud to connect to packstack. How can i know the keystone endpoi

Issue with jclouds computeService listNodes() ?

2018-06-19 Thread archieprad
Hi All, I am trying to SSH from one EC2 instance into another using netflix's simian army. I am using IAM role instead of Access key and Secret key. Wondering if there is an issue with calling listNodes() when using IAM role. Any insight on this, or any workaround on the issue is helpful. Cheer