OpenStack library for config
Go to file
Ben Nemec 3a9d653b09 Remove MultiConfigParser
This has been deprecated for quite a while and some of the upcoming
work to be done in oslo.config will be easier if we don't have to
deal with this unused parser too.

The class is still currently in use in networking-cisco, but in
change https://review.openstack.org/554617 we have provided a fix
that removes their reliance on it.  They are planning to remove it
entirely in Rocky and are only testing against a capped version in
Queens so we are not going to wait on them.

Change-Id: Id6ae40311f967e172e45bcb0e61812365a72618b
2018-03-21 14:54:17 +00:00
doc/source Remove MultiConfigParser 2018-03-21 14:54:17 +00:00
oslo_config Remove MultiConfigParser 2018-03-21 14:54:17 +00:00
releasenotes Update reno for stable/queens 2018-01-24 18:04:22 +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 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 trivial change to contributing instructions 2018-02-19 09:51:56 -05: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 links in README 2018-03-09 11:39:17 +08:00
requirements.txt Updated from global requirements 2018-03-15 07:47:33 +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-03-15 07:47:33 +00:00
tox.ini Remove -U from pip install 2017-12-02 19:27:57 +01: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.