The openstack server api is called nova. You can use nova to talk to an openstack nova service.
Some sample code I used recently (nova-based) is here: https://gist.github.com/zack-shoylev/6542561 More here: https://github.com/jclouds/jclouds-examples/tree/master/compute-basics ________________________________ From: Bk Lau [bklau2...@gmail.com] Sent: Thursday, September 26, 2013 3:35 PM To: user@jclouds.incubator.apache.org Subject: How to bind and work with OpenStack extensions Hi: Assuming that I have an OpenStack extension, for say, ServerAPI, my question is do JCloud have some standard classes/utilities way to allow me to bind to it and start using it or do I have to write my own JSON calls??. Sample code would be nice :) Thanks, BK