OpenStack library for config
Go to file
Doug Hellmann 2fce6fc40a track config file and command line locations for user settings
Keep track of which configuration file a group of settings is in to
try to report that as a detail for user settings.

Track settings from the command line separately from settings in the
configuration files.

It is possible that the configuration file details can be wrong if a
group appears in more than one file. We can be more accurate with this
after we have the backend driver feature implemented, but since most
deployments use a single file so this should be relatively useful.

Change-Id: I04ce72dbc5f676296acfeafc13169177ad815350
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-15 10:14:03 -04:00
doc/source Fix the invalid links for doc file in oslo.config 2017-12-28 01:21:45 -08:00
oslo_config track config file and command line locations for user settings 2018-03-15 10:14:03 -04: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 URLs in documents according to document migration 2017-07-12 22:32:03 +08:00
requirements.txt track the location where configuration options are set 2018-02-05 14:26:41 -05: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-01-24 01:24:58 +00:00
tox.ini Remove -U from pip install 2017-12-02 19:27:57 +01:00

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.