Comment 26 for bug 1611237

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

Reviewed: https://review.openstack.org/400581
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=3e45c19eedccd800d7c6e5f0fce57295cf3a7b02
Submitter: Jenkins
Branch: master

commit 3e45c19eedccd800d7c6e5f0fce57295cf3a7b02
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