This Page

The quantum.common.config Module

Routines for configuring Quantum

quantum.common.config.load_paste_app(app_name)

Builds and returns a WSGI app from a paste config file.

Parameters:app_name – Name of the application to load
:raises RuntimeError when config file cannot be located or application
cannot be loaded from config file
quantum.common.config.parse(args)
quantum.common.config.setup_logging(conf)

Sets up the logging options for a log with supplied name

Parameters:conf – a cfg.ConfOpts object