Comment 3 for bug 1548806

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

Reviewed: https://review.openstack.org/344544
Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=7b29eaf4a2ed9e53686afc7b6c47ead12e4988f3
Submitter: Jenkins
Branch: master

commit 7b29eaf4a2ed9e53686afc7b6c47ead12e4988f3
Author: Zhenguo Niu <email address hidden>
Date: Wed Jul 20 10:56:33 2016 +0800

    Fix improperly placed firewall.update_filters when aborting

    Currently, firewall.update_filters() is called before introspection
    finished, which has no effect as it white-lists MAC addresses that
    are under introspection.

    Change-Id: I789e39a86dc72470b80167e53f1755b506ca6f44
    Closes-Bug: #1548806