Comment 37 for bug 1611237

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/mitaka)

Reviewed: https://review.openstack.org/421953
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a1ca8ee5a1cca549cd294295a6af2a396b9b3957
Submitter: Jenkins
Branch: stable/mitaka

commit a1ca8ee5a1cca549cd294295a6af2a396b9b3957
Author: IWAMOTO Toshihiro <email address hidden>
Date: Tue Nov 22 16:59:54 2016 +0900

    ovs-agent: Catch exceptions in agent_main_wrapper

    When of_interface=native, the ovs agent code is run as a ryuapp thread,
    which means it must be properly shut down or the process fails to
    terminate. Catch exceptions and make sure that the agent terminates,
    even if in unlucky cases.

    Change-Id: I7aebeaa00e2416a275d9ecd940eb28c819349656
    Closes-Bug: #1611237
    (cherry picked from commit 3e45c19eedccd800d7c6e5f0fce57295cf3a7b02)