OpenStack library for config
Go to file
Stephen Finucane 6056677f35 sphinxext: Start parsing 'Opt.help' as rST
Users expect this to be parsed as rST and write their docstrings
accordingly. This has the potential to introduce warnings for users with
improperly formatted rST and these warnings can be promoted to errors if
'sphinx-build' is used with the '-W' option. As a result, we disable the
'warning-is-error' logger for these options. We may wish to change this
behavior in the future.

It is not really possible to test this yet as the output wouldn't look
much different. In addition, the error messages generated are rather
unhelpful. Both of these can be changed in a future modification.

Change-Id: Ic6c2dcbe7823dd3fdc71db8dc5afab2d604559e3
Closes-Bug: #1755783
(cherry picked from commit 03ff144f0b)
2019-01-10 14:16:10 +00:00
doc/source Fix the invalid links for doc file in oslo.config 2017-12-28 01:21:45 -08:00
oslo_config sphinxext: Start parsing 'Opt.help' as rST 2019-01-10 14:16:10 +00:00
releasenotes Provide descriptions for choices 2017-12-13 14:33:03 +00: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 Update .gitreview for stable/queens 2018-01-24 18:04:16 +00:00
.testr.conf Upgrade testing to use testr. 2013-05-03 17:26:07 -04:00
.zuul.yaml import zuul job settings from project-config 2018-08-03 17:57:31 -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-11-16 11:21:02 +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 2018-02-13 01:57:53 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/queens 2018-01-24 18:04:19 +00: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.