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

Kevin L. Mitchell kevin.mitchell at rackspace.com
Thu Dec 6 16:49:12 UTC 2012


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 at rackspace.com>





More information about the Openstack mailing list