Comment 2 for bug 1749911

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

Reviewed: https://review.openstack.org/545261
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=19029070c5aaa5bf2726fce1f1c993bd15f6ff62
Submitter: Zuul
Branch: master

commit 19029070c5aaa5bf2726fce1f1c993bd15f6ff62
Author: Sofer Athlan-Guyot <email address hidden>
Date: Fri Feb 16 11:43:05 2018 +0100

    Simplify FastForwardRepoArgs structure used in FFU repo selection.

    The current structure is unnecessarily complex forcing the use of
    json_query filter with a parameter. The quoting inside that line
    become hard to read and is currently failing.

    We change the structure to a simple hash, as this is currently all
    what is needed.

    Change-Id: I17f2d1b4e549e275d7d6a675cd522c6b567815ac
    Closes-Bug: #1749911