RETIRED, further work has moved to Debian project infrastructure
Go to file
Radomir Dopieralski 47d7c1c090 Handle multi-line default values in olso-config-generator
The oslo.config file format permits multi-line values for options,
however all the lines except for the first one need to be indented.

Right now oslo-config-generator fails to take that into account, and
instead outputs the formatted value as is, adding a comment character
only to the first line, and not commenting out or indenting the
subsequent lines.

This patch tries to fix that by adding a comment character and some
indentation to every newline in the formatted value.

Change-Id: I33381c8cfb59901ce6dfc07bd662f2edb56531dd
Closes-bug: #1689594
2017-05-10 10:59:40 +02:00
doc/source Use Sphinx 1.5 warning-is-error 2017-03-16 15:38:35 +00:00
oslo_config Handle multi-line default values in olso-config-generator 2017-05-10 10:59:40 +02:00
releasenotes add deprecation_reason to log message 2017-04-25 11:01:42 -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 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 Optimize the link address 2017-04-08 22:42:22 +08:00
HACKING.rst Optimize the link address 2017-04-08 22:42:22 +08:00
LICENSE Add LICENSE file 2013-02-17 09:25:32 +00:00
README.rst Optimize the link address 2017-04-08 22:42:22 +08:00
requirements.txt Updated from global requirements 2017-03-03 00:02:50 +00:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 15:38:35 +00:00
setup.py Updated from global requirements 2017-03-03 00:02:50 +00:00
test-requirements.txt Updated from global requirements 2017-03-03 00:02:50 +00:00
tox.ini Remove references to Python 3.4 2017-01-09 10:05:36 -08: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.