heat.common.config module

Routines for configuring Heat.

heat.common.config.get_client_option(client, option)[source]
heat.common.config.get_ssl_options(client)[source]
heat.common.config.list_opts()[source]
heat.common.config.load_paste_app(app_name=None)[source]

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

We assume the last config file specified in the supplied ConfigOpts object is the 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

heat.common.config.set_config_defaults()[source]

This method updates all configuration default values.

heat.common.config.startup_sanity_check()[source]