← Back to team overview

openstack team mailing list archive

Re: Java application over Openstack

 

On 06/06/11 02:30, Rajesh Mohan wrote:
Hi,

Not sure whether this is the right place to post this question.
I'm new to Openstack and trying to write a java application by using Openstack API. I read admin manual on the openstack site. It talks about using "nova-manage" to create the project, user and network. That's CLI interface. I'd like to do the same thing through openstack API. Is it doable? Is there any example available? I saw there are two api-server, one is nova-api, the other is nova-direct-api. Which one I should use? When I followed the manual, it seems that only nova-api is started. Should I start direct api server separately?

Best,

Rajesh


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
You can find API information in OpenStack DeveloperGuide API at http://docs.openstack.org/. nova-direct-api I think (I'm not really sure) is used only with nova command line client, so you don't need it.

Bye

Follow ups

References