Comment 26 for bug 1583815

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

Reviewed: https://review.openstack.org/351824
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=da7a5784733d5d0706c517bafb2215e3ea9f10f8
Submitter: Jenkins
Branch: master

commit da7a5784733d5d0706c517bafb2215e3ea9f10f8
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: I4c278341e8b40eb8d9b100bed1d9a650f27b5c5b
    Related-Bug: #1583815