Comment 3 for bug 1334142

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

Reviewed: https://review.openstack.org/102477
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=c250696ba12ead71e741cf8f608ce5212b0cc7bb
Submitter: Jenkins
Branch: master

commit c250696ba12ead71e741cf8f608ce5212b0cc7bb
Author: Ken'ichi Ohmichi <email address hidden>
Date: Wed Jun 25 18:15:39 2014 +0900

    Move the error check for "brctl addif"

    The git commit 873aad92944f8840e772d65eda4b3320d65a9ce7[1] has moved
    "brctl addif" command, but the commit did not move its error check.

    Now the error check sees the result of "ip addr show dev <interface>
    scope global" command wrongly, and the command outputs "Dump was
    interrupted and may be inconsistent" sometimes because of a kernel change.
    As the result, gate failures happen sometimes.

    This patch moves the error check to right place.

    [1]: https://github.com/openstack/nova/commit/873aad92944f8840e772d65eda4b3320d

    Change-Id: I92ee96e3aa34f7cd154a8ce4b33852b96cabe8c9
    Closes-Bug: #1334142