Comment 3 for bug 1720257

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

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

commit d9f640ff9434e4ca07574e491148235eb14d68c7
Author: Dan Sneddon <email address hidden>
Date: Thu Sep 28 17:01:15 2017 -0700

    Remove External network from Networker role NIC configs

    This change removes the External network from the Networker
    role, since it is not used or needed on that role.

    The External network appers in the NIC config templates for the
    Networker role, but this network is not used by the Networker
    role. This results in deployment errors, since no IP address
    is created for the External network, and the Networker roles
    cannot reach an external gateway.

    Change-Id: I78e0c9b50a7fee8efeea1ab639b44e0c6f2aa922
    Closes-bug: 1720257