RETIRED, further work has moved to Debian project infrastructure
Go to file
Sean Dague 6e420e9de5 Don't set enforce_type if we are using the default
The test fixture for oslo.config always sets enforce_type parameter in
set_default, however because of debtcollector, this means it also
always emits a deprecation warning as well, even when the caller never
set this parameter.

oslo.config's fixtures should not trigger deprecation warnings during
normal usage. So be extra careful and fix that.

Change-Id: I5471b5d164ff40785e07b5f66e1f4673cf716971
2017-06-12 14:26:24 -04:00
doc/source Rework the 'oslo-config-generator' documentation 2017-06-07 17:40:23 +01:00
oslo_config Don't set enforce_type if we are using the default 2017-06-12 14:26:24 -04:00
releasenotes Machine Readable Sample Config 2017-06-01 20:47:01 +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 Optimize the link address 2017-04-08 22:42:22 +08:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
README.rst Optimize the link address 2017-04-08 22:42:22 +08:00
requirements.txt Add PyYAML as a requirement 2017-06-05 10:11:35 +02:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 15:38:35 +00:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Updated from global requirements 2017-06-02 22:05:05 +00:00
tox.ini Remove references to Python 3.4 2017-01-09 10:05:36 -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.