oslo.config¶
An OpenStack library for parsing configuration options from the command line and configuration files.
Contents¶
- The cfg Module
- Option Definitions
- Option Types and Validation
- The ConfigOpts Class
- The cfgfilter Module
- Helper Functions
- Test Fixture
- File Parsing
- Exceptions
- Choosing group names for configuration options
- Style Guide for Help Strings
- Enabling your project for mutable config
- oslo-config-generator
- Built-in Options
- Sphinx Integration
- Sphinx Oslo Sample Config Generation
- Frequently Asked Questions
- Contributing