Comment 6 for bug 1569325

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

Reviewed: https://review.openstack.org/323352
Committed: https://git.openstack.org/cgit/openstack/network-checker/commit/?id=6505d38c66fddcc2e569d549bc5f7094cc9529f9
Submitter: Jenkins
Branch: master

commit 6505d38c66fddcc2e569d549bc5f7094cc9529f9
Author: Artem Roma <email address hidden>
Date: Tue May 31 16:02:28 2016 +0300

    Add possibility to run dhcp discover without VLANS

    DHCP discover check should be performed without regarding of tagged
    interfaces (as they are not present on bootstrapped nodes), thus now by
    default vlans are not considered. Special flag was added
    to corresponding command that toggles such extended check.

    Also all network interfaces (except admin) on bootstrapped nodes are
    down at the moment the check is performed and thus must be UP-ed for the
    time it takes. Helper class utils.IfaceState modified to work with
    multiple interfaces now.

    Several commands of dhcpchecker were renamed to reflect its actual purpose

    Change-Id: I30e4c1614095291bf9a5cb144f15800d1bd6f850
    Closes-Bug: #1569325