Comment 8 for bug 1714005

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

Reviewed: https://review.openstack.org/500172
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fe975e8626b27817842eea0e4babbb7d72a919bf
Submitter: Jenkins
Branch: stable/pike

commit fe975e8626b27817842eea0e4babbb7d72a919bf
Author: Thomas Herve <email address hidden>
Date: Wed Aug 30 15:43:16 2017 +0200

    Use list_concat in place of yaql

    Where applicable, use list_concat instead of yaql to build new lists: it
    should be more resilient to errors, easier to debug, and less expensive.

    Change-Id: I6d3dbc7ee8eac50f46023a35af4ec7f2d378fd87
    Related-Bug: #1714005
    (cherry picked from commit 8008089de24437757d3ba10299bb1041b4aa627a)