Comment 5 for bug 1822453

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/648951
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=7f0b4f3001575d1419c5020e007ce2c841c88f2f
Submitter: Zuul
Branch: master

commit 7f0b4f3001575d1419c5020e007ce2c841c88f2f
Author: Jens Harbott <email address hidden>
Date: Mon Apr 1 11:43:28 2019 +0000

    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