OpenStack library for config
Go to file
Yuval Brik 3f9f8d9350 Empty groupname will be 'DEFAULT' by default
By default, if the groupname is None, set it to 'DEFAULT'.
Seems like several libraries are exporting such groups, and it causes
sorting the 'by_section.items()' list to fail.

Closes-Bug: #1705245

Change-Id: I2001dc4894ff1e24c0eaed9ba71e3c5fba02ae36
(cherry picked from commit d7931f2573)
2017-08-02 09:57:10 +08:00
doc/source doc: Specify openstackdocs theme 2017-07-08 23:00:24 +00:00
oslo_config Empty groupname will be 'DEFAULT' by default 2017-08-02 09:57:10 +08:00
releasenotes switch from oslosphinx to openstackdocstheme 2017-06-29 14:35:34 -04: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 Update .gitreview for stable/pike 2017-07-28 21:04:38 +00: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 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-06-13 23:02:36 +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 2017-07-06 14:02:31 +00:00
tox.ini Update UPPER_CONSTRAINTS_FILE for stable/pike 2017-07-28 21:04:38 +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.