OpenStack library for config
Go to file
Ihar Hrachyshka 75e1c30663 generator: format string default value for List type properly
List type allows to pass string values as default values, which are then
handled by splitting on commas. For formatting matters, if the default
value is of string type, there is no special conversion needed, and we
can reuse the value as-is.

Change-Id: Ie9ecdfc064e886f6138b1fa9e839d8f95a7df339
Closes-Bug: #1586366
2016-05-27 14:51:54 +02:00
doc/source Fix typo in sphinxconfiggen docs 2016-05-10 13:19:39 -05:00
oslo_config generator: format string default value for List type properly 2016-05-27 14:51:54 +02:00
releasenotes Update reno for stable/mitaka 2016-03-09 11:52:23 -05: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 Workflow documentation is now in infra-manual 2014-12-05 03:30:38 +00:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:35:35 -07:00
requirements.txt Updated from global requirements 2016-05-25 15:01:48 +00:00
setup.cfg Update Beta development status from classifiers 2016-05-04 12:05:29 -04:00
setup.py Updated from global requirements 2015-09-17 12:15:55 +00:00
test-requirements.txt Updated from global requirements 2016-05-26 17:03:44 +00:00
tox.ini Added i18n formatting to log messages 2016-05-23 13:38:09 -04:00

README.rst

Oslo Configuration Library

Latest Version

Downloads

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.