Comment 13 for bug 1543767

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-menu (master)

Reviewed: https://review.openstack.org/295124
Committed: https://git.openstack.org/cgit/openstack/fuel-menu/commit/?id=604c20a9bbb23df25495e93930588cc7ee0511d5
Submitter: Jenkins
Branch: master

commit 604c20a9bbb23df25495e93930588cc7ee0511d5
Author: Georgy Kibardin <email address hidden>
Date: Mon Mar 21 10:31:46 2016 +0300

    Ensure network interface is up befure running DHCP server discovery.

    It happened that the interface where DHCP servers are about to discover
    was always up due to NetworkManager service. Since we are disabling it
    we need to ensure that the interface is up.
    Default routes deletion is now done by puppet.

    Change-Id: Ieda8b67be8133bdc953ace2054aaa6db1ce949c0
    Closes-Bug: #1543767