[Openstack] How to add new applications to openStack?

Jay Pipes jaypipes at gmail.com
Tue Jan 17 20:29:22 UTC 2012


On Tue, Jan 17, 2012 at 3:15 PM, Joe Smithian <joe.smithian at gmail.com> wrote:
> Hi Hitesh and Jay,
>
> Thanks for your comments. I have to rephrase my question; I meant
> using the same web server, MQ server, and database servers for my
> application, which is not really integration with openStack; it can
> communicate with openStack using REST APIs. I just need to learn how
> to deploy my application on the same machine running Nova.
>
> My Java project is at the beginning, so I am thinking about re-writing
> it in Python if it would make development easier and faster.
>
> What's the Python REST library used by openStack API server? Where is
> the API server code?
> First, I need to write and test a simple "hello world" REST API in python!

Not sure this is the best forum for that kind of thing... but you
should check out nova/wsgi.py and see how the webob and paste.deploy
libraries are used in starting up WSGI servers.

Cheers,
-jay

> Thanks again.
>
>
> Joe
>
>
>
> On Tue, Jan 17, 2012 at 1:03 PM, hitesh wadekar
> <hitesh.wadekar at gmail.com> wrote:
>> Hi Joe,
>>
>>  I am also OpenStack learner, but I did some study about it. However, what
>> kind of application you want to integrate with openstack and why?
>>  You might developing administrator application for openstack and
>> OpenStack-dashboard already in the place for it.
>>
>> Let me know more details, even I am trying to thinking what kind of
>> application can we integrate with openstack. As Openstack has two main
>> REsful API OpenStack- Nova-API and EC2.
>>
>> Thanks Joe, Looking forward to chat with you soon.
>> Hitesh Wadekar
>>
>>
>>
>>
>>
>> On Tue, Jan 17, 2012 at 10:20 PM, Joe Smithian <joe.smithian at gmail.com>
>> wrote:
>>>
>>> Hi All,
>>>
>>> I have a RESTful web application which has already been developed in
>>> Java using Tomcat and Jersey. I'd like to integrate my application
>>> into the openstack framework to reuse its web server, database server,
>>> Message queue server, security, etc.
>>>
>>> I'm new to openstack and python web applications and not sure where to
>>> start from. I need to know what RESTful framework/library is used in
>>> openstack and how to add new application to openStack Nova.
>>>
>>> I'd appreciate your help and comments.
>>>
>>> Regards
>>>
>>> Joe
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~openstack
>>> Post to     : openstack at lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~openstack
>>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp




More information about the Openstack mailing list