Comment 5 for bug 1661412

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

Reviewed: https://review.openstack.org/428828
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=d84fe0f9671825e371c18957d6992487175ea6ee
Submitter: Jenkins
Branch: stable/newton

commit d84fe0f9671825e371c18957d6992487175ea6ee
Author: Emilien Macchi <email address hidden>
Date: Fri Feb 3 09:17:59 2017 -0500

    net-config-multinode: make controlplane int idempotent

    When doing a stack-update, it will try to create the control plane
    interface again.
    Add this conditional so the interface is not created if already exist.

    Note: this code has been taken from tripleo-ci and is consistent with
    how multinode jobs are currently tested.

    Co-Authored-By: James Slagle <email address hidden>
    Co-Authored-By: Steven Hardy <email address hidden>
    Co-Authored-By: Mathieu Bultel <email address hidden>

    Change-Id: I773fdf5359cead6961b595e3c8192b02406452b7
    Related-Bug: #1661412
    (cherry picked from commit f48c66509984a29169a1437593b4e288f1eb506c)