Comment 2 for bug 1830967

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

Reviewed: https://review.opendev.org/662082
Committed: https://git.openstack.org/cgit/openstack/os-apply-config/commit/?id=75d527ab8fd13185f8db05ad69c43b3c89e06dc3
Submitter: Zuul
Branch: master

commit 75d527ab8fd13185f8db05ad69c43b3c89e06dc3
Author: Zane Bitter <email address hidden>
Date: Wed May 29 15:57:42 2019 -0400

    Don't render None as "null"

    In a config file you never want the string "null" in place of a null
    value. Just render an empty string instead.

    Change-Id: Ibe145c4929d4944cd8d51c07a64aee6fd5f831f2
    Closes-Bug: #1830967
    Story: 2005797