Routines for configuring Tacker
Builds and returns a WSGI app from a paste config file.
| Parameters: | app_name – Name of the application to load |
|---|
:raises ConfigFilesNotFoundError when config file cannot be located :raises RuntimeError when application cannot be loaded from config file
Sets up the logging options for a log with supplied name.
| Parameters: | conf – a cfg.ConfOpts object |
|---|