Comment 9 for bug 1543767

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

Reviewed: https://review.openstack.org/295129
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=c5c67262b5fae6105e74a9a8f837840cf4f43da1
Submitter: Jenkins
Branch: master

commit c5c67262b5fae6105e74a9a8f837840cf4f43da1
Author: Georgy Kibardin <email address hidden>
Date: Mon Mar 21 10:36:09 2016 +0300

    Do not try change default route obtained via DHCP.

    When DHCP is used to configure a network interface we must ignore
    gateway settings so that the default route doesn't get deleted when
    gateway settings are absent (which is reasonable for DHCP).

    Change-Id: I94f7fb903ce2f271ad14329f353202ca7251915c
    Closes-Bug: #1543767