OpenStack library for config
Go to file
Quan Tian 9fc82e985b Support trailing commas in values of list type
Trailing commas in values of list type caused extra empty elements to be
appended to list values.

Strip trailing commas before spliting values to make it more robust.

Change-Id: I6f187c437ccd10779e7b91f2aa60e0487f938b30
Closes-Bug: #1758871
2018-03-26 03:03:40 -07:00
doc Merge "Follow the new PTI for document build" 2018-03-22 11:43:58 +00:00
oslo_config Support trailing commas in values of list type 2018-03-26 03:03:40 -07: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 Follow the new PTI for document build 2018-03-21 15:59:01 -05:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Follow the new PTI for document build 2018-03-21 15:59:01 -05:00
tox.ini Follow the new PTI for document build 2018-03-21 15:59:01 -05: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.