Comment 2 for bug 1370615

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

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

commit f457c64bae1e4cca63cd616bfe5e231850838f70
Author: Dan Prince <email address hidden>
Date: Thu Sep 18 15:47:04 2014 -0400

    Update child_members to use a Set

    Updates the impl_ifcfg.child_members method so that it
    uses a set instead of an array (this avoids dups). Also
    fixes an issue with this method which would cause tests
    to fail intermittently due to ordering differences.
    Adding each member object regardless solves this
    (not sure why I had commented out the children.append before)

    Also fixes an issue in test_cli which causes tests to fail
    on Debian which doesn't yet support the add_bond method
    on its ENI provider. This fix was to explicitly set
    --provider=ifcfg on the failing tests. We should be able to
    remove these once ENI supports bonding properly.

    Closes-bug: #1370615

    Change-Id: Id9cfa2b2eaab27c93113956f5956facfa2a2aeee