OpenStack library for config
d193c65744
Some projects implements their own mechanism to parse dict values from list because they use different separators between key and value. For example, nova provides the [libvirt] disk_cachemode option, and this option takes a value written in the following format. [libvirt] disk_cachemode=key1=value1,key2=value2 Introduce the new key_value_separator parameter to allow using a different separator, so that DictOpt can be used for such usage. Change-Id: Iec977e21088b1ced9ad0df05638a459af8cdda2a |
||
---|---|---|
doc | ||
oslo_config | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Oslo Configuration Library
The Oslo configuration API supports parsing command line arguments and .ini style configuration files.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.config/latest/
- Source: https://opendev.org/openstack/oslo.config/
- Bugs: https://bugs.launchpad.net/oslo.config
- Release notes: https://docs.openstack.org/releasenotes/oslo.config/