commit | 7f0b4f3001575d1419c5020e007ce2c841c88f2f | [log] [tgz] |
---|---|---|
author | Jens Harbott <j.harbott@x-ion.de> | Mon Apr 01 11:43:28 2019 +0000 |
committer | Jens Harbott <j.harbott@x-ion.de> | Mon Apr 01 11:43:28 2019 +0000 |
tree | d2179b18c2289caa9c71492b3dcb9f4e6c060462 | |
parent | 03f7c4c2cb2a2a61926d085c77e68a88049876ea [diff] |
Fix double quoting issue when writing localconf When [0] introduced quoting all arguments, it broke existing consumers that already quote their value themselves. Fix this by avoiding to add additional quotes to the value when it already starts with a double quote. [0] https://review.openstack.org/636078 Change-Id: I92146e04731efc6dcc632ae6c3a7c374e783cdba Closes-Bug: 1822453