Files
devstack/functions-common
Kevin Benton a7eb07a3e2 Revert "Allow multi-line config items in meta-section of local.conf"
This reverts commit 6ff21acf4c.

This commit has broken config options with colons in them.
The following is a sample configuration that no longer works:

[[post-config|/etc/neutron/plugins/ml2/ml2_conf.ini]]
[restproxy]
server_ssl=False
servers=10.211.1.9:80
server_ssl=False

With the above config and the code present that this reverts,
the 'servers' option will come out blank.

Change-Id: I328852d2d941605051a1bf5eaf0f7674191f8c48
2014-10-14 04:38:56 -07:00

60 KiB