Comment 23 for bug 1583815

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-agent (stable/7.0)

Reviewed: https://review.openstack.org/354704
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=3aa4734050c2f258c10a4240f0fd1b75b87cde31
Submitter: Jenkins
Branch: stable/7.0

commit 3aa4734050c2f258c10a4240f0fd1b75b87cde31
Author: Alexander Gordeev <email address hidden>
Date: Fri Aug 5 19:02:36 2016 +0300

    Configure admin NIC prior the first system boot

    Having admin NIC confugured in the middle of system booting
    is very fragile and error-prone approach.
    It's better to configure it ahead of first booting time.

    Also, there's no need for freaky networking restarting inside of
    cloud-init boothooks anymore.

    Change-Id: I4a820bc6cea3b32bc5a5961321426b6c712bc78a
    Backported-from: I4c278341e8b40eb8d9b100bed1d9a650f27b5c5b
    Related-Bug: #1583815