oslo.config¶
An OpenStack library for parsing configuration options from the command line and configuration files.
Contents¶
- oslo.config Reference Guide
- Defining Options
- Choosing group names for configuration options
- Accessing Option Values In Your Code
- Loading Configuration Files
- Command Line Options
- Option Deprecation
- Global ConfigOpts
- Opt and Subclasses
- Option Types and Validation
- The ConfigOpts Class
- The cfgfilter Module
- Helper Functions
- Test Fixture
- File Parsing
- Exceptions
- Style Guide for Help Strings
- Enabling your project for mutable config
- Option Setting Locations
- Sphinx Integration
- Sphinx Oslo Sample Config Generation
- Backend Drivers
- Frequently Asked Questions
- oslo.config Command Line Tools
- Configuration Guide
- Contributing