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