Comment 5 for bug 1816031

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/queens)

Reviewed: https://review.openstack.org/638155
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=551c131f0c7b8d9e64ac70c577affebc0cfb2bda
Submitter: Zuul
Branch: stable/queens

commit 551c131f0c7b8d9e64ac70c577affebc0cfb2bda
Author: Daniel Alvarez <email address hidden>
Date: Fri Feb 15 12:52:06 2019 +0100

    Fix unbound "mac" variable

    There's a DEBUG trace which is using a non existent variable in
    that scope and that caused a failure when DEBUG level was enabled.

    Conflicts:
     networking_ovn/tests/unit/fakes.py
     networking_ovn/tests/unit/ml2/test_mech_driver.py

    Closes-Bug: #1816031
    Change-Id: I6c77623bd199bcbb3f4ad46a7fee3b2fac325790
    Signed-off-by: Daniel Alvarez <email address hidden>
    Co-Authored-By: Lucas Alvares Gomes <email address hidden>
    (cherry picked from commit a61907e6e2851b2e5c33793a727838b5ca00d330)