Comment 2 for bug 1709464

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

Reviewed: https://review.openstack.org/491886
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=7d332c92a688112aa4e182e5d0df272ad98a527a
Submitter: Jenkins
Branch: master

commit 7d332c92a688112aa4e182e5d0df272ad98a527a
Author: Giulio Fidente <email address hidden>
Date: Tue Aug 8 21:00:30 2017 +0200

    Fix cidr get_attr in custom networks

    We were missing the square brackets around the list of arguments
    for get_attr when building the networks cidr output.

    This passed CI because Heat does not fail validation and Ceph (which
    is consuming the cidr output) is tested with a single network (ctlplane)
    which does not build the output using the same templates.

    Change-Id: I40bba0784a30295cb0d4eda1fbff20ebac85db99
    Closes-Bug: #1709464