The oslo_reports.generators.conf Module

The oslo_reports.generators.conf Module

Provides OpenStack config generators

This module defines a class for configuration generators for generating the model in oslo_reports.models.conf.

class oslo_reports.generators.conf.ConfigReportGenerator(cnf=<oslo_config.cfg.ConfigOpts object>)

Bases: object

A Configuration Data Generator

This generator returns oslo_reports.models.conf.ConfigModel, by default using the configuration options stored in oslo_config.cfg.CONF, which is where OpenStack stores everything.

Parameters:cnf (oslo_config.cfg.ConfigOpts) – the configuration option object
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.