oslo.config¶
An OpenStack library for parsing configuration options from the command line and configuration files.
Contents¶
- Using oslo.config
- 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
- Built-in Options
- Sphinx Integration
- Sphinx Oslo Sample Config Generation
- Frequently Asked Questions
- oslo.config Command Line Tools
- Contributing