Re: [Openstack] What's the web server used in the Nova API server?

2012-01-16 Thread Soren Hansen
It's not like we wrote our own webserver :)  Eventlet has a wsgi
container. We just went ahead and used it. Not only does it perform
very well, it's also very straightforward to use for testing (compared
to having to install and configure Apache to get going)..

2012/1/16 Michael Basnight :
> Just curious, whats the reason we went with rolling our own instead of using 
> something like nginx/apache2/etc w/ mod_wsgi?
>
> On Jan 16, 2012, at 2:14 AM, Thierry Carrez wrote:
>
>> Joe Smithian wrote:
>>> I browsed the openStack documentation but couldn't find information
>>> about the Nova API server.
>>> What's the web server used in the Nova API server?
>>> Can we use a different web server  such as Apache or Tomcat?
>>>
>>> I'd appreciate your comments.
>>
>> Nova uses Python eventlet WSGI servers.
>> You can't directly use a different web server, though you can certainly
>> place Nova API servers behind some other server.
>>
>> --
>> Thierry Carrez (ttx)
>> Release Manager, OpenStack
>>
>> ___
>> Mailing list: https://launchpad.net/~openstack
>> Post to     : openstack@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp



-- 
Soren Hansen        | http://linux2go.dk/
Ubuntu Developer    | http://www.ubuntu.com/
OpenStack Developer | http://www.openstack.org/

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] What's the web server used in the Nova API server?

2012-01-16 Thread Diego Parrilla Santamaría
Hi Michael,

we deploy with an Apache + mod_proxy in front of all the nova APIs
processes. It works reasonably well. For Horizon we use Apache + WSGI mod
(well... everybody knows Horizon is a different beast...).

Tomcat is a different beast, for JVM stuff, you know. Openstack is python.

Cheers
Diego

-- 
Diego Parrilla
*CEO*
*www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 |
skype:diegoparrilla*
* 
*

*

 ADVERTENCIA LEGAL 
Le informamos, como destinatario de este mensaje, que el correo electrónico
y las comunicaciones por medio de Internet no permiten asegurar ni
garantizar la confidencialidad de los mensajes transmitidos, así como
tampoco su integridad o su correcta recepción, por lo que STACKOPS
TECHNOLOGIES S.L. no asume responsabilidad alguna por tales circunstancias.
Si no consintiese en la utilización del correo electrónico o de las
comunicaciones vía Internet le rogamos nos lo comunique y ponga en nuestro
conocimiento de manera inmediata. Este mensaje va dirigido, de manera
exclusiva, a su destinatario y contiene información confidencial y sujeta
al secreto profesional, cuya divulgación no está permitida por la ley. En
caso de haber recibido este mensaje por error, le rogamos que, de forma
inmediata, nos lo comunique mediante correo electrónico remitido a nuestra
atención y proceda a su eliminación, así como a la de cualquier documento
adjunto al mismo. Asimismo, le comunicamos que la distribución, copia o
utilización de este mensaje, o de cualquier documento adjunto al mismo,
cualquiera que fuera su finalidad, están prohibidas por la ley.

* PRIVILEGED AND CONFIDENTIAL 
We hereby inform you, as addressee of this message, that e-mail and
Internet do not guarantee the confidentiality, nor the completeness or
proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES S.L.
does not assume any liability for those circumstances. Should you not agree
to the use of e-mail or to communications via Internet, you are kindly
requested to notify us immediately. This message is intended exclusively
for the person to whom it is addressed and contains privileged and
confidential information protected from disclosure by law. If you are not
the addressee indicated in this message, you should immediately delete it
and any attachments and notify the sender by reply e-mail. In such case,
you are hereby notified that any dissemination, distribution, copying or
use of this message or any attachments, for any purpose, is strictly
prohibited by law.




On Mon, Jan 16, 2012 at 1:41 PM, Michael Basnight wrote:

> Just curious, whats the reason we went with rolling our own instead of
> using something like nginx/apache2/etc w/ mod_wsgi?
>
> On Jan 16, 2012, at 2:14 AM, Thierry Carrez wrote:
>
> > Joe Smithian wrote:
> >> I browsed the openStack documentation but couldn't find information
> >> about the Nova API server.
> >> What's the web server used in the Nova API server?
> >> Can we use a different web server  such as Apache or Tomcat?
> >>
> >> I'd appreciate your comments.
> >
> > Nova uses Python eventlet WSGI servers.
> > You can't directly use a different web server, though you can certainly
> > place Nova API servers behind some other server.
> >
> > --
> > Thierry Carrez (ttx)
> > Release Manager, OpenStack
> >
> > ___
> > Mailing list: https://launchpad.net/~openstack
> > Post to : openstack@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~openstack
> > More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] What's the web server used in the Nova API server?

2012-01-16 Thread Michael Basnight
Just curious, whats the reason we went with rolling our own instead of using 
something like nginx/apache2/etc w/ mod_wsgi?
 
On Jan 16, 2012, at 2:14 AM, Thierry Carrez wrote:

> Joe Smithian wrote:
>> I browsed the openStack documentation but couldn't find information
>> about the Nova API server.
>> What's the web server used in the Nova API server?
>> Can we use a different web server  such as Apache or Tomcat?
>> 
>> I'd appreciate your comments.
> 
> Nova uses Python eventlet WSGI servers.
> You can't directly use a different web server, though you can certainly
> place Nova API servers behind some other server.
> 
> -- 
> Thierry Carrez (ttx)
> Release Manager, OpenStack
> 
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] What's the web server used in the Nova API server?

2012-01-16 Thread Thierry Carrez
Joe Smithian wrote:
> I browsed the openStack documentation but couldn't find information
> about the Nova API server.
> What's the web server used in the Nova API server?
> Can we use a different web server  such as Apache or Tomcat?
> 
> I'd appreciate your comments.

Nova uses Python eventlet WSGI servers.
You can't directly use a different web server, though you can certainly
place Nova API servers behind some other server.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] What's the web server used in the Nova API server?

2012-01-13 Thread Adam Young

On 01/09/2012 04:53 PM, Joe Smithian wrote:

Hi all,

I browsed the openStack documentation but couldn't find information
about the Nova API server.
What's the web server used in the Nova API server?
Can we use a different web server  such as Apache or Tomcat?

I'd appreciate your comments.

Regards

Joe Smithian

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Apache2 httpd  run mod_wsgi.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] What's the web server used in the Nova API server?

2012-01-09 Thread Joe Smithian
Hi all,

I browsed the openStack documentation but couldn't find information
about the Nova API server.
What's the web server used in the Nova API server?
Can we use a different web server  such as Apache or Tomcat?

I'd appreciate your comments.

Regards

Joe Smithian

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp