Comment 4 for bug 1661412

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

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

commit f48c66509984a29169a1437593b4e288f1eb506c
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