Comment 4 for bug 1718764

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

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

commit 520be6bb4056ead8e6fad08ad96e99f7da5b341e
Author: Tim Rozet <email address hidden>
Date: Thu Sep 21 15:47:44 2017 -0400

    Fixes heat resource name for Internal API Network

    With the dynamic Jinja2 rendering for networks, the heat resource for
    Internal API network was accidentally being renamed to:
    OS::TripleO::Network::Internal

    when it should be the same as previous versions:
    OS::TripleO::Network::InternalApi

    This patch removes the 'compat_name' which was overriding the network
    name for rendering the resource. This patch also removes the
    compat_name functionality from the network/networks.j2.yaml file
    since it is no longer needed.

    Closes-Bug: 1718764

    Change-Id: If756cddd91933edb303cc056515d98b941a3eb14
    Signed-off-by: Tim Rozet <email address hidden>
    (cherry picked from commit 97244b942d29d2b5acd7a3eb07acdba0d9b99677)