OpenStack library for config
Go to file
ChangBo Guo(gcb) 7e580d30bf Make help message include choices information for StrOpt
Config option `StrOpt` accept choices parameter to indicate
valid values and include comments "# Allowed values:" when generating
sample config file, so it's unnecessary to add allowed values in hep
string of the config option. But it doesn't include choices information
when printing help for the config option. This commit makes consistency
for both of sample config file and help output of command line.

Closes-Bug:1727683

Change-Id: I962e49c81bdf44043a6e1233408a6ee5b883acde
2017-11-01 10:12:38 +08:00
doc/source Remove redundant colon in doc 2017-08-29 00:00:41 +08:00
oslo_config Make help message include choices information for StrOpt 2017-11-01 10:12:38 +08:00
releasenotes Update reno for stable/pike 2017-07-28 21:04:39 +00:00
tools Add Constraints support 2016-12-14 22:04:42 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:20:49 -04:00
.gitignore Add * to .coverage in .gitignore 2016-04-12 17:19:12 +00:00
.gitreview Rename oslo-config to oslo.config. 2013-03-14 12:04:19 -07:00
.testr.conf Upgrade testing to use testr. 2013-05-03 17:26:07 -04:00
CONTRIBUTING.rst Optimize the link address 2017-04-08 22:42:22 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 22:32:03 +08:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
README.rst Update URLs in documents according to document migration 2017-07-12 22:32:03 +08:00
requirements.txt Updated from global requirements 2017-09-11 21:46:54 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 22:32:03 +08:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Updated from global requirements 2017-09-21 21:43:34 +00:00
tox.ini Enable some off-by-default checks 2017-06-22 10:48:40 +08:00

README.rst

Team and repository tags

image

Oslo Configuration Library

Latest Version

Downloads

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.