Comment 5 for bug 1660930

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/newton)

Reviewed: https://review.openstack.org/444314
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=148eb6103264700fe5095f91ab3582f6bf6a824e
Submitter: Jenkins
Branch: stable/newton

commit 148eb6103264700fe5095f91ab3582f6bf6a824e
Author: Jan Provaznik <email address hidden>
Date: Fri Mar 10 14:38:27 2017 +0100

    Quote empty strings in manila netapp driver

    Empty strings are converted into null values in hieradata
    YAML files and deployment then fails because of missing
    hiera data. Quoting these empty strings assures that deployment
    passes even if a user doesn't override default values.

    This issue is specific to Newton release only, in Ocata JSON
    format is used for hieradata files
    (Ibe7e2044e200e2c947223286fdf4fd5bcf98c2e1).

    Change-Id: I71e74161b302a19e7df2c7ccccf9bc536a68d9c8
    Closes-Bug: #1660930