Comment 5 for bug 1817593

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

Reviewed: https://review.openstack.org/639683
Committed: https://git.openstack.org/cgit/openstack/stx-config/commit/?id=575be13d684eb4763092bd391f41d168341dbe1f
Submitter: Zuul
Branch: master

commit 575be13d684eb4763092bd391f41d168341dbe1f
Author: Teresa Ho <email address hidden>
Date: Wed Feb 27 09:32:05 2019 -0500

    Fix to not restart alias interface

    The alias interface may at times be brought up before its parent
    interface (ethernet or vlan) depending on how the interface config
    files are listed in the filesystem.
    The fix is to not restart the alias interface. If there is a
    change in the alias interface configuration, the parent interface
    would be restarted instead.

    Partial-Bug: 1817593

    Change-Id: I83b88e1587c6468d85e14a50de934908586cbc9b
    Signed-off-by: Teresa Ho <email address hidden>