Comment 2 for bug 1485634

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

Reviewed: https://review.openstack.org/213746
Committed: https://git.openstack.org/cgit/openstack/os-net-config/commit/?id=5e48946bcc863bb8a5f19f1c96f11355ba84e96c
Submitter: Jenkins
Branch: master

commit 5e48946bcc863bb8a5f19f1c96f11355ba84e96c
Author: Dan Prince <email address hidden>
Date: Mon Aug 17 10:57:15 2015 -0400

    os-net-config: ensure ifup is called just once

    This patch fixes an issue in the ifcfg provider implementation
    that caused interfaces to be started twice. This can
    cause failures if the interface uses DHCP and dhclient
    was already running.

    The child_members function was incorrectly adding the interface
    name to the child members set on key error. This patch removes
    that logic and simply ignores key errors.

    Change-Id: Ibe0e32bc09979bc68b92a722b2bfa383e77502a9
    Closes-bug: #1485634