OpenStack library for config
Go to file
Corey Bryant 1884c307a9 python3: Ensure ConfigOpts __iter__ uses list(d.keys())
d.keys() no longer returns a copy of the keys in Python 3.
This is part of PEP 3106.

Change-Id: Ie4897109c87d6dc2952c2eb35b83fe368fb31803
Closes-Bug: #1796163
2018-10-05 11:25:58 +00:00
.zuul.d import zuul job settings from project-config 2018-08-03 18:01:21 -04:00
doc Merge "User guide documentation for backend drivers for oslo.config" 2018-07-16 23:31:43 +00:00
oslo_config python3: Ensure ConfigOpts __iter__ uses list(d.keys()) 2018-10-05 11:25:58 +00:00
releasenotes Optionally use oslo.log for deprecated opt logging 2018-06-21 14:50:47 +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/rocky 2018-07-26 12:37:24 +00: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 Add release notes link to README 2018-06-21 13:15:22 +08:00
bindep.txt Add bindep.txt file to prevent fallback to generic list 2018-03-20 10:26:47 -05:00
lower-constraints.txt Merge "Add config_source option" 2018-07-13 16:08:32 +00:00
requirements.txt Add config_source option 2018-06-25 10:17:12 +02:00
setup.cfg Add config_source option 2018-06-25 10:17:12 +02:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Merge "Add config_source option" 2018-07-13 16:08:32 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-07-26 12:37:26 +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.