Routines for configuring Tacker
tacker.common.config.config_opts()¶tacker.common.config.init(args, **kwargs)¶tacker.common.config.load_paste_app(app_name)¶Builds and returns a WSGI app from a paste config file.
app_name – Name of the application to load
ConfigFilesNotFoundError – when config file cannot be located
RuntimeError – when application cannot be loaded from config file
tacker.common.config.set_db_defaults()¶tacker.common.config.setup_logging(conf)¶Sets up the logging options for a log with supplied name.
conf – a cfg.ConfOpts object
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.