← Back to team overview

openstack team mailing list archive

Re: Openstack Nova/Quantum :; api-paste.ini file

 

On Thu, 2012-12-06 at 16:11 +0530, Trinath Somanchi wrote:
> What is the significance of api-paste.ini file in the configuration of
> nova and quantum and other modules of openstack? 
> 
> How this configuration is parsed and used? by which api of the
> openstack modules? 

So, api-paste.ini is parsed by the PasteDeploy package.  As a first step
to understanding this file, see this section of the PasteDeploy
documentation:

        http://pythonpaste.org/deploy/#config-uris

(Note: the file is formatted as a standard INI file, and I believe
PasteDeploy uses the standard Python package ConfigParser to read it…)
-- 
Kevin L. Mitchell <kevin.mitchell@xxxxxxxxxxxxx>



Follow ups

References