openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22860
Re: Glance question
Hi:
>From openstack docs:
"The Nova API code has been written as a Web Server Gateway Interface
(WSGI), is basically a specification for running Python code from web
or application servers. Nova/Glance/Keystone make use of the paste
deploy system in Python. Paste Deployment is a system for finding and
configuring WSGI applications and servers. For WSGI application
consumers it provides a single, simple function (loadapp) for loading
a WSGI application from a configuration file or a Python Egg. For WSGI
application providers it only asks for a single, simple entry point to
your application, so that application users don’t need to be exposed
to the implementation details of your application."
Regards,
---
JuanFra
2013/4/20 marcio assis <marcio.miranda.assis@xxxxxxxxx>:
> Hellow, First, sorry my bad english. I litle confuse about the glance config
> files. Whats the diference between glance-api.conf and glance-api-past.conf?
> Tks Regards
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
References