<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 06/06/11 02:30, Rajesh Mohan wrote:
    <blockquote
      cite="mid:BANLkTim115r7fZpHyq9r0i+S3sL+iAu7vw@mail.gmail.com"
      type="cite">Hi,
      <div><br>
      </div>
      <div>Not sure whether this is the right place to post this
        question.</div>
      <div>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?</div>
      <div> </div>
      <div>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?</div>
      <div><br>
      </div>
      <div>Best,</div>
      <div><br>
      </div>
      <div>Rajesh</div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Mailing list: <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
Post to     : <a class="moz-txt-link-abbreviated" href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>
Unsubscribe : <a class="moz-txt-link-freetext" href="https://launchpad.net/~openstack">https://launchpad.net/~openstack</a>
More help   : <a class="moz-txt-link-freetext" href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a>
</pre>
    </blockquote>
    You can find API information in OpenStack DeveloperGuide API at
    <a class="moz-txt-link-freetext" href="http://docs.openstack.org/">http://docs.openstack.org/</a>. nova-direct-api I think (I'm not really
    sure) is used only with nova command line client, so you don't need
    it.<br>
    <br>
    Bye<br>
  </body>
</html>