I've extended NovaApi.java and NovaAsyncApi.java to support method getConsole() which returns the vnc access url. You can merge this Pull Request by running:
git pull https://github.com/pimenas/jclouds master Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/339 -- Commit Summary -- * added getConsole() in ServerApi, which retrieves the vnc url for a server. * fixed author name -- File Changes -- A apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/domain/Console.java (127) M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/features/ServerApi.java (8) M apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/features/ServerAsyncApi.java (16) A apis/openstack-nova/src/main/java/org/jclouds/openstack/nova/v2_0/functions/internal/ParseServerConsole.java (57) M apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/features/ServerApiExpectTest.java (57) A apis/openstack-nova/src/test/java/org/jclouds/openstack/nova/v2_0/parse/ParseServerConsoleTest.java (60) A apis/openstack-nova/src/test/resources/server_console.json (6) -- Patch Links -- https://github.com/jclouds/jclouds/pull/339.patch https://github.com/jclouds/jclouds/pull/339.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/339
