Comment 7 for bug 1853819

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

Reviewed: https://review.opendev.org/695875
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=f7a0aff19b0ea87f85a1c8f7313d98162ef07ee6
Submitter: Zuul
Branch: stable/train

commit f7a0aff19b0ea87f85a1c8f7313d98162ef07ee6
Author: Carlos Camacho <email address hidden>
Date: Fri Nov 22 14:53:53 2019 +0100

    Use list join for rendering rear config file in heat

    Currently we are rendering the ReaR config file as:
    BACKUP_PROG_EXCLUDE=( '/data/*' '/tmp/*' '{u'"'"'get_param'"'"': u'"'"'BackupAndRestoreStorageFolder'"'"'}' )

    We need to use heat list_join instead to merge the parameters.
    Closes-Bug: #1853819
    (cherry picked from commit bc4219d274a57a8152e2a6b131e38899425b579c)
    Change-Id: I3f81128cf2fc748a2d4c8df023686424a6de50b8