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.
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 |
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.