Re: Getting Extensions for console with jclouds openstack-nova

2016-08-08 Thread Ignasi Barrera
Oh, I think you're seeing this issue with jclouds 1.9.2: https://issues.apache.org/jira/browse/JCLOUDS-1104 The use of namespaces to identify extensions was deprecated in recent OpenStack versions, but the patch is only available in jclouds 2.0.0-SNAPSHOT, so if you are building a recent release

Re: Getting Extensions for console with jclouds openstack-nova

2016-08-08 Thread sathish
Hi , Thanks for your quick reply. The extensions are installed. What we observed is... if we run the program ConsolesApiLiveTest.java within the IDEA of jcloud source code (2.0.0-SNAPSHOT) it works as expected. The VNC Console URL is printed. But if we bring the source file outside the IDEA and

Re: Getting Extensions for console with jclouds openstack-nova

2016-08-08 Thread Ignasi Barrera
This is because your OpenStack installation does not have the console extension enabled. * What OpenStack version are you using? * Which is the output of the "nova service-list" command? El 8 ago. 2016 5:05 p. m., escribió: > Hi , > > We are trying to test the console API of

Re: property openstack-nova.identity

2016-08-08 Thread Ignasi Barrera
This is probably because the IDE configuration is not passing the test.openstack-nova.identity property to the JVM. El 8 ago. 2016 5:21 p. m., escribió: > > Hi, > > While running the ConsolesApiLiveTest from the IDE we are getting the > following error. > > [TestNG] Running: >

property openstack-nova.identity

2016-08-08 Thread sathish
Hi, While running the ConsolesApiLiveTest from the IDE we are getting the following error. [TestNG] Running:   /home/user/.IdeaIC2016.2/system/temp-testng-customsuite.xml java.util.NoSuchElementException: property openstack-nova.identity not present in properties. Any one have an about

Getting Extensions for console with jclouds openstack-nova

2016-08-08 Thread sathish
Hi , We are trying to test the console API of Openstack-Nova from the tests provided by jcluds-git-hub repo. The Test API is "ConsolesApiLiveTest" After running the test we are getting the error "Consoles extension not present in server.".   But nova extension list is displaying