Comment 8 for bug 1697627

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

Reviewed: https://review.openstack.org/475817
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=f911ebbd670babc8052ec13bf829f6b3216db9c3
Submitter: Jenkins
Branch: master

commit f911ebbd670babc8052ec13bf829f6b3216db9c3
Author: Thomas Herve <email address hidden>
Date: Tue Jun 20 16:21:11 2017 +0200

    Ignore string default for software config input

    We recently (I87edc0d8f1fba2fb61276c682a60c1b2241b5705) enforced default
    type for software config input, whereas it was always a string before.
    It causes issues with upgrades, as we used to store "" as a default for
    all configs regarless of their type, and it failed when we started
    validating.

    This identifies this case and skip validation.

    Change-Id: I8a4f4e834b0862ecef4b97f208f4b03be3572e86
    Closes-Bug: #1697627